summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to binutils 2.15.marcel2004-06-191-891/+1251
* Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_tmarcel2004-06-194-6/+14
* Include sys/module.h.cognet2004-06-192-0/+2
* I happened to have a sys/pool.h file in my tree, but most people do not,cognet2004-06-191-1/+0
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including thebde2004-06-194-5/+3
* When no fixed address is given in a shmat() request, pass a hint addresstjr2004-06-191-2/+5
* This is just a forced commit to note that the previous update was from:gad2004-06-190-0/+0
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,gad2004-06-191-5/+29
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,gad2004-06-191-4/+22
* Add some more fields to the 'struct kinfo_proc', including some fieldsgad2004-06-191-3/+15
* Define a KERN_PROC_GID option for kvm_getprocs().gad2004-06-191-1/+2
* Removed foot-shooting setting of CR0_TS in exec_setregs(). It isbde2004-06-191-25/+7
* Only initialize f_data and f_ops if nobody else did so already.phk2004-06-192-4/+8
* Explicitly initialize f_data and f_vnode to NULL.phk2004-06-191-0/+3
* Add the f_vnode pointer to struct xfile, shortly it will no longer bephk2004-06-191-0/+1
* Don't return NULL when the function is defined to return an integer.le2004-06-191-1/+1
* Document ilogb()'s return values in terms of the FP_ILOGB* macros.stefanf2004-06-191-2/+5
* Return the same result as the MI version for 0.0, INFINITY and NaN.stefanf2004-06-191-1/+31
* Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 ratherstefanf2004-06-191-2/+3
* Duplicate the securelevel check from spec_vnops.c here.phk2004-06-191-0/+11
* Merge FSF GCC rev 1.579 change ((x86_output_mi_thunk): Don't pass MEM toobrien2004-06-191-3/+2
* Remove spl() calls. Update comments to reflect the removal of spl() calls.alc2004-06-191-53/+8
* Ignore file flag bits that we don't support. In particular, thiskientzle2004-06-191-0/+2
* Fix the check for a "duplicate filename to compress", so that we're checkinggad2004-06-191-1/+1
* Memory's free, but all the world ain't a VAX anymore. Bring math.3das2004-06-191-364/+206
* Assert socket buffer lock in sb_lock() to protect socket buffer sleeprwatson2004-06-194-29/+93
* Add more precision to the cx_usage sysctl output and special-case 0%.njl2004-06-191-5/+11
* Document rc.conf's "keyboard" directive.green2004-06-191-0/+4
* In tcp_ctloutput(), don't hold the inpcb lock over a call torwatson2004-06-181-1/+1
* Add a sysctl/tunable, "kern.always_console_output", that lets you setgreen2004-06-181-3/+12
* Allow setting the system console keyboard via the ${keyboard} rc.confgreen2004-06-182-0/+8
* Note that conscontrol set and unset are an interface for TIOCCONS.green2004-06-181-0/+4
* Clean up allocated ressources when destroying the main vinum geom.le2004-06-184-21/+53
* Remove compat code and unused lock declarations.njl2004-06-181-22/+2
* Remove compat defines.njl2004-06-181-4/+0
* Check if ${_dir}/kern exists as well, because if it doesn't existspjd2004-06-181-1/+1
* Fix indentation of continuation lines to (hopefully) comply withjoerg2004-06-181-28/+30
* Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux soundbms2004-06-182-0/+5
* Avoid deadlock which is caused by locking VDIR of parent and VREG ofkuriyama2004-06-181-0/+9
* Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don'tbms2004-06-182-0/+5
* Linux applications expect to be able to call SIOCGIFCONF with anbms2004-06-181-0/+14
* Fix the VT_SETMODE/CDROMIOCTOCENTRY problem correctly.bms2004-06-181-15/+17
* Update the description of struct ifreq, and document SIOC[SG]IFCAP.des2004-06-181-0/+20
* Check that m->m_pkthdr.rcvif is not NULL before checking if a packetbms2004-06-181-1/+2
* Add comment to reflect that we should retry after thread singling failed.davidxu2004-06-181-0/+4
* Appease GCC.bms2004-06-181-1/+1
* Fix two attempts to use an unchecked NULL pointer provided from thebms2004-06-181-7/+10
* Remove nested include of <sys/module.h>phk2004-06-181-3/+0
* Add missing <sys/module.h> include.phk2004-06-181-0/+1
* Reduce a fair bit of the atomics because we are now called with aphk2004-06-181-73/+55
OpenPOWER on IntegriCloud