]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Document that MD pcpu fields are defined in PCPU_MD_FIELDS in
[FreeBSD/FreeBSD.git] / sys / kern /
2002-03-20 Andrew R. Reiter- Change a check of securelevel to securelevel_gt(...
2002-03-20 Andrew R. Reiter- Remove a semi-colon from after SYSINIT that was intro...
2002-03-20 Jeff RobersonAdd calls to uma_zone_set_max() to restore previously...
2002-03-20 Jeff RobersonBackout part of my previous commit; I was wrong about...
2002-03-20 Jeff RobersonRemove references to vm_zone.h and switch over to the...
2002-03-20 Jeff RobersonRemove references to vm_zone.h and switch over to the...
2002-03-19 Alfred PerlsteinRemove __P.
2002-03-19 Alfred Perlsteindon't generate files with __P.
2002-03-19 Andrew R. Reiter- Change a malloc / bzero pair to make use of the M_ZER...
2002-03-19 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-03-19 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-03-19 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-03-19 Peter WemmFix a gcc-3.1+ warning.
2002-03-19 Peter WemmPacify gcc-3.1+, initialize two variables to avoid...
2002-03-19 Peter WemmFix warnings on gcc-3.1+ where __func__ is a const...
2002-03-19 Jeff RobersonThis is the first part of the new kernel memory allocat...
2002-03-19 Alfred PerlsteinClose a race when vfs_syscalls.c:checkdirs() runs.
2002-03-19 Bruce EvansFixed some printf format errors (hopefully all of the...
2002-03-18 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-18 Andrew R. Reiter- Lock down the ``module'' structure by adding an SX...
2002-03-17 Kirk McKusickAdd a flags parameter to VFS_VGET to pass through the...
2002-03-17 Jake BurkholderConvert all pmap_kenter/pmap_kremove pairs in MI code...
2002-03-16 Mark MurrayThis commit was generated by cvs2svn to compensate...
2002-03-16 Mark MurrayThis commit was generated by cvs2svn to compensate...
2002-03-16 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-03-16 Dag-Erling SmørgravImplement PT_IO (read / write arbitrary amounts of...
2002-03-16 Mike SmithThis commit was generated by cvs2svn to compensate...
2002-03-16 Mike SmithThis commit was generated by cvs2svn to compensate...
2002-03-15 Dag-Erling SmørgravPT_[GS]ET{,DB,FP}REGS isn't really optional any more...
2002-03-15 Kirk McKusickIntroduce the new 64-bit size disk block, daddr64_t...
2002-03-15 Alfred PerlsteinGiant pushdown for read/write/pread/pwrite syscalls.
2002-03-15 Alfred PerlsteinBug fixes:
2002-03-14 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-03-14 Alfred PerlsteinFixes to make select/poll mpsafe.
2002-03-13 Brian FeldmanRename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the...
2002-03-13 Archie CobbsAdd realloc() and reallocf(), and make free(NULL, ...
2002-03-12 Jeff RobersonThis patch adds the "LOCKSHARED" option to namei which...
2002-03-11 Brian FeldmanThis commit was generated by cvs2svn to compensate...
2002-03-11 Brian FeldmanThis commit was generated by cvs2svn to compensate...
2002-03-11 Poul-Henning KampMake the disk_clone() routine more robust for abuse.
2002-03-11 Seigo TanimuraStop abusing the pgrpsess_lock.
2002-03-11 Seigo TanimuraDo not lock the pgrpsess_lock exclusively across ttywait().
2002-03-10 David MaloneDon't assign strcmp to a variable called err and then...
2002-03-10 Maxim SobolevFix a breakage introduced in rev.1.75 (supposedly style...
2002-03-10 Poul-Henning KampMake the proposed name arg to dev_stdclone() const.
2002-03-09 Alfred PerlsteinRemove __P
2002-03-09 Alfred PerlsteinDon't deref NULL mutex pointer when pipeclose()'ing...
2002-03-09 Poul-Henning KampDelete "notyet" code before it becomes "ohh no" code.
2002-03-09 Luigi RizzoMake the DEVICE_POLLING code compile with -Werror and...
2002-03-08 John Baldwin- Use a MI critical section in witness_sleep() and...
2002-03-08 John BaldwinRead KTR_CPU into a temporary variable so that we use...
2002-03-08 Poul-Henning KampMove the mount of the root filesystem to happen in...
2002-03-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-07 Mike SilbersackUnconditionally limit maxproc so that it is not possible
2002-03-07 Jake BurkholderAdd needed includes of machine/smp.h, remove nested...
2002-03-06 Dag-Erling SmørgravRename runq_find() to runq_findproc(), and hide it...
2002-03-06 Maxim KonovalovFix a typo, unbreak the world.
2002-03-06 Bruce EvansDon't (blindly) truncate the unit number to 4 digits...
2002-03-06 Maxim KonovalovMaximum semid is seminfo.semmni not seminfo.semmsl.
2002-03-05 Robert WatsonThree p_ucred -> td_ucred's missed in jhb's earlier...
2002-03-05 Robert WatsonThe change from td->td_proc->p_ucred to td->td_ucred...
2002-03-05 John Baldwin- Use td_ucred for jail checks.
2002-03-05 Eivind Eklund* Move bswlist declaration and initialization from...
2002-03-05 Eivind EklundChange wmesg to const char * instead of char *
2002-03-05 Robert WatsonPart II: update various mechanically generated files...
2002-03-05 Robert WatsonReserve system call numbers for the MAC framework....
2002-03-05 Eivind EklundDocument all functions, global and static variables...
2002-03-05 Robert DrehmelFix a warning.
2002-03-05 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-03-05 Jeff RobersonAdd a new variable mp_maxid. This is used so that...
2002-03-05 Seigo TanimuraTrack the number of wired pages to avoid unwiring unwir...
2002-03-04 Mitsuru IWASAKIAdd generalized power profile code.
2002-03-03 Bosko MilekicFix bug in mb_alloc that made systems configured with
2002-03-03 Mark MurrayThis commit was generated by cvs2svn to compensate...
2002-03-03 Dima DorfmanCheck the version of ex_anon (a `struct xucred') before...
2002-03-02 Seigo TanimuraFix lock leakage and late unlock.
2002-02-28 Ian DowseIn sosend(), enforce the socket buffer limits regardles...
2002-02-27 Warner LoshRemove now unused struct proc *p.
2002-02-27 John Baldwin- Change namei() to use td_ucred instead of p_ucred.
2002-02-27 John Baldwin- Change unp_listen() to accept a thread rather than...
2002-02-27 John BaldwinFix Giant leakage in several error cases in __semctl().
2002-02-27 John BaldwinAdd a comment about an unlocked access to p_ucred that...
2002-02-27 Alfred Perlsteinkill __P.
2002-02-27 Alfred Perlsteinadd assertions in the places where giant is required...
2002-02-27 John BaldwinSimple p_ucred -> td_ucred changes to start using the...
2002-02-27 John BaldwinTemporarily lock Giant while we update td_ucred. The...
2002-02-27 Alfred PerlsteinFix a NULL deref panic in pipe_write, we can't blindly...
2002-02-27 Robert DrehmelMake getcredhostname() take a buffer and the buffer...
2002-02-27 Robert DrehmelAdd a function which returns the correct hostname for...
2002-02-27 Alfred PerlsteinMPsafe fixes:
2002-02-27 Seigo TanimuraReturn ESRCH if the target process is not inferior...
2002-02-27 Alfred PerlsteinDon't hardcode /sys when making tags, instead use ...
2002-02-27 Peter WemmBack out all the pmap related stuff I've touched over...
2002-02-27 Alfred PerlsteinFirst rev at making pipe(2) pipe's MPsafe.
2002-02-27 Dima DorfmanIntroduce a version field to `struct xucred' in place...
2002-02-27 Peter WemmJake further reduced IPI shootdowns on sparc64 in loops...
2002-02-26 Matthew Dillonrevert last commit temporarily due to whining on the...
next