]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Improve some on the naming.
[FreeBSD/FreeBSD.git] / sys / kern /
2002-06-08 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2002-06-07 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-06-07 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-06-07 John BaldwinWe no longer need to acqure Giant in ast() for ktrpsig...
2002-06-07 John Baldwin- trapsignal() no longer needs to acquire Giant for...
2002-06-07 John Baldwin- Proper locking for p_tracep and p_traceflag.
2002-06-07 John BaldwinProperly lock accesses to p_tracep and p_traceflag...
2002-06-07 John Baldwin- Catch up to new ktrace API.
2002-06-07 John BaldwinCatch up to changes in ktrace API.
2002-06-07 John BaldwinOverhaul the ktrace subsystem a bit. For the most...
2002-06-06 John BaldwinChange the all locks list from a STAILQ to a TAILQ...
2002-06-06 Doug BartonThis commit was generated by cvs2svn to compensate...
2002-06-06 Chad Davids/!SIGNOTEMPY/SIGISEMPTY/
2002-06-06 John BaldwinHandle "dead" witnesses better in the situation of...
2002-06-06 Dag-Erling SmørgravMove some sysctls from the debug tree to the vfs tree.
2002-06-06 Dag-Erling SmørgravGratuitous whitespace cleanup.
2002-06-06 Poul-Henning KampUse "bwrbg" as description when we sleep for background...
2002-06-06 Bruce EvansFixed overflow in the bounds checking in dscheck()...
2002-06-04 John BaldwinReplace thread_runnable() with thread_running() as...
2002-06-04 John BaldwinOptimize the adaptive mutex spin a bit. Use a simple...
2002-06-04 John BaldwinAdd a private thread_runnable() macro to make the code...
2002-06-02 Dag-Erling SmørgravANSIfy the one remaining K&R function.
2002-06-02 Dag-Erling SmørgravWhitespace nits.
2002-06-02 Dag-Erling SmørgravAdd support for 'j' flag. Simplify the size modifier...
2002-06-02 Jens SchweikhardtFix typo in the BSD copyright: s/withough/without/
2002-06-01 Mike BarcroftAdd POSIX.1-2001 WCONTINUED option for waitpid(2)....
2002-05-31 Archie CobbsFix a bug in m_split(): the "m->m_ext.ext_size" field...
2002-05-31 Dag-Erling SmørgravNit: kern.ttys is of type S,xtty, not S,tty.
2002-05-31 Seigo TanimuraBack out my lats commit of locking down a socket, it...
2002-05-31 Robert Drehmel - Replace the bandaid introduced in revision 1.110...
2002-05-30 Poul-Henning KampMistyped and lost a '&' in previous commit.
2002-05-30 Poul-Henning KampDon't forget to factor in the boottime when we calculat...
2002-05-30 Jeff RobersonRecord the file, line, and pid of the last successful...
2002-05-29 Julian ElischerCURSIG() is not a macro so rename it cursig().
2002-05-29 Julian Elischerdiff reduction from KSE to keep WW-III from happenning...
2002-05-28 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-28 Dag-Erling SmørgravAdd some checks to prevent NULL dereferences.
2002-05-28 Maxime HenrionRemove a duplicated vfs_freeopts() that I introduced...
2002-05-28 Dag-Erling SmørgravAdd NAI copyright.
2002-05-28 Marcel MoolenaarAdd uuidgen(2) and uuidgen(1).
2002-05-28 Marcel MoolenaarAdd syscall uuidgen() for generating Univerally Unique...
2002-05-28 Dag-Erling SmørgravIntroduce struct xtty, used when exporting tty informat...
2002-05-25 Alan Cox o Remove some unnecessary casting from and add some...
2002-05-25 Dag-Erling SmørgravANSIfy (significant portions were already partly ANSIfied)
2002-05-25 Dag-Erling SmørgravRemove register.
2002-05-25 Dag-Erling SmørgravAutomated whitespace cleanup.
2002-05-25 Jake BurkholderMake the run queue parameters machine dependent. Optim...
2002-05-24 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-05-24 Peter WemmFix warnings. Also, removed an unused variable that...
2002-05-23 Maxime HenrionStyle nit, no functional changes.
2002-05-23 Maxime HenrionSlightly change the way we pass mount options to the...
2002-05-23 Hajimu UMEMOTOIn m_aux_delete, no need to chase beyond victim.
2002-05-23 John BaldwinMinor nit: get p pointer in msleep() from td->td_proc...
2002-05-23 John BaldwinWhitespace: trim a trailing tab.
2002-05-23 Dag-Erling SmørgravMake the counters uintmax_ts, and use %ju rather than...
2002-05-22 John BaldwinRename pause() to ia32_pause() so it doesn't conflict...
2002-05-22 John BaldwinRename cpu_pause() to pause(). Originally I was going...
2002-05-21 John BaldwinAdd appropriate IA32 "pause" instructions to improve...
2002-05-21 Andrew R. Reiter- td will never be NULL, so the call to soalloc() in...
2002-05-21 John BaldwinFix an old cut 'n' paste bug inherited from BSD/OS...
2002-05-21 Andrew R. Reiter- OR the flag variable with M_ZERO so that the uma_zall...
2002-05-21 John BaldwinWhitespace fixup, properly indent the body of an else...
2002-05-21 John BaldwinAdd code to make default mutexes adaptive if the ADAPTI...
2002-05-21 John BaldwinOptimize spin mutexes for UP kernels without debugging...
2002-05-21 Peter WemmThis commit was generated by cvs2svn to compensate...
2002-05-20 John BaldwinIn witness_unlock(), when updating a lock list entry...
2002-05-20 Jake BurkholderAdd a bandaid so that sysctl kern.malloc works on sparc64.
2002-05-20 John Baldwin- Allow witness_sleep() to be called when witness hasn...
2002-05-20 John BaldwinFix the td_intr_nesting_level check to work ok if a...
2002-05-20 Mike SilbersackSubtle fix to the accept filter LRU code. In some...
2002-05-20 Maxime HenrionChange two vput() that should have been vrele().
2002-05-20 Seigo TanimuraLock down a socket, milestone 1.
2002-05-19 Marcel MoolenaarAll signals can be sent to the inferior process when...
2002-05-19 John BaldwinChange p_can{debug,see,sched,signal}()'s first argument...
2002-05-18 John BaldwinNow that daddr_t has grown up, use %lld to printf it...
2002-05-18 Poul-Henning KampUse btodb() macro.
2002-05-16 Eric MelvilleSeparate "seperate" from kernel source.
2002-05-16 Tom RhodesMore s/file system/filesystem/g
2002-05-16 Maxime Henriono Fix vfs_copyopt(), the first argument to bcopy()...
2002-05-14 Robert Watsonp_cansignal() returns an errno value; at some point...
2002-05-14 Jeff RobersonDisable the shared locking namei() code for now. It...
2002-05-14 Dag-Erling SmørgravRemove a printf(3) argument with no corresponding forma...
2002-05-14 Poul-Henning KampMake daddr_t and u_daddr_t 64bits wide.
2002-05-13 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-05-13 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-05-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-12 Poul-Henning KampRetire the bogus uses of the disklabel field d_sbsize...
2002-05-12 Marcel MoolenaarFix alpha build. The alpha has dumpsys implemented.
2002-05-10 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-05-10 David E. O'BrienBmake bits for Gcc 3.1.
2002-05-09 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-09 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-09 Mike SilbersackChange the mbuf exhaustion warning message to match...
2002-05-09 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-09 Jonathan MiniRemove trace_req().
2002-05-09 Alan Cox o Correct an error made in revision 1.65: In readv...
2002-05-08 Alfred Perlsteinexpand_name fixes:
2002-05-08 Jake BurkholderRemove runq_findproc. This never worked right in the...
2002-05-07 Alfred PerlsteinM_ZERO the temp buffer in expand_name() otherwise if...
2002-05-07 Peter WemmRe-remove kern_random.c and svr4_signal.c. Somehow...
next