summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-1512-185/+6
* Ups. Revert the last commits. These have been committed by accident.harti2005-03-154-462/+431
* modifier_M: instead of going through the string twice to compute theharti2005-03-155-452/+472
* fix arm wrt to busdma...jmg2005-03-152-8/+13
* time_t is signed, so s/uintmax_t/intmax_t/g. Has anyone got an extra pointyphilip2005-03-151-6/+6
* Style: Move a variable from a local scope up to the begin of the function.harti2005-03-151-41/+38
* - Now that there are no external users of vfree() make it static.jeff2005-03-152-62/+12
* Dike out unwarranted si_udev fondling.phk2005-03-151-1/+2
* Get rid of a number of Lst_ForEach calls in favour of LST_FOREACHharti2005-03-151-69/+26
* VarParseLong: move the detection of the modifier separator ':' intoharti2005-03-151-19/+23
* Dike out unwarranted reference to si_udev.phk2005-03-151-0/+4
* Yet another version of passing the last line to ParseFinishLine().harti2005-03-151-2/+2
* - In vm_page_insert() hold the backing vnode when the first pagejeff2005-03-151-19/+10
* - Remove the now unused LK_THISLAYER.jeff2005-03-151-1/+0
* Fix a debug message to print a usable device name rather than uselessphk2005-03-151-3/+2
* - Assume that all lower filesystems now support proper locking. Assertjeff2005-03-153-190/+63
* - Expose vholdl() so it may be used outside of vfs_subr.cjeff2005-03-152-2/+2
* Remove findcdev().phk2005-03-152-20/+0
* Polish.phk2005-03-151-4/+0
* Disable two users of findcdev. They do the wrong thing now and willphk2005-03-153-0/+12
* o Add missed language doc subdirectories, sort.maxim2005-03-152-3/+11
* Neuter the duplicated disk-device magic code for now. Somebody withphk2005-03-151-41/+32
* Prepend underscore to bus_dmamap_{unload|sync} in line withgrehan2005-03-151-2/+2
* Include <sys/signalvar.h> for trapsignal prototype.grehan2005-03-152-0/+2
* Long overdue sync-up with ATA codegrehan2005-03-151-1/+3
* Rename cdev->si_udev to cdev->si_drv0 to reflect the new nature ofphk2005-03-152-7/+7
* - We have to transfer lockers after reseting our vnlock pointer.jeff2005-03-151-0/+5
* Don't export major,minor, instead export tty name.phk2005-03-151-3/+3
* Clean up forward struct decls.phk2005-03-151-3/+1
* forward declare struct disk.phk2005-03-151-0/+2
* Cast time_t to uintmax_t so they can be printed as %ju without breaking onphilip2005-03-151-6/+7
* Print devtoname() instead of minor().phk2005-03-152-4/+4
* Fix typo: pointers are not boolean in style(9).phk2005-03-151-1/+1
* Move devtoname() prototype to systm.h to reduce #include pollution,phk2005-03-152-1/+1
* - transferlockers() requires the interlock to be SMP safe.jeff2005-03-151-2/+8
* Merge the following from the English version:den2005-03-151-18/+863
* Simplify the vfs_hash calling convention.phk2005-03-159-173/+23
* If we fail a sanity check for the resources just allocated, make sureimp2005-03-151-1/+3
* Forgot to change the pointer to the snmp_atm sources after repo-copy.harti2005-03-151-1/+1
* - Destroy the vnode object earlier in VOP_RECLAIM as we need more ofjeff2005-03-151-3/+4
* Make this compile properly on 64bit machines.philip2005-03-141-3/+3
* Add snmp_pf, a bsnmpd module for monitoring (not managing!) pf firewalls.philip2005-03-145-1/+2612
* In tcp_usr_send(), broaden coverage of the socket buffer lock in therwatson2005-03-141-1/+4
* These words, while not spoken about anything even slightly related, are very,philip2005-03-141-0/+3
* Remove ng_connect_t where it is unused. Probably it remained from ng_source.c.glebius2005-03-143-39/+0
* Use subr_unit allocator instead of own functions.glebius2005-03-141-94/+5
* Use subr_unit allocator instead of own functions.glebius2005-03-141-92/+5
* Only allocate 1 port for non-zero rids. Either we'll get the properimp2005-03-141-1/+1
* Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules.harti2005-03-1416-3259/+8
* Get rid of another Lst_ForEach in favour of LST_FOREACH. Get ridharti2005-03-141-70/+38
OpenPOWER on IntegriCloud