summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ParseModifier(): rename rw_str to value and reindent cleanup section.harti2005-03-141-70/+72
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-1413-1366/+423
* Hook pfs_lookup() up to vfs_cachedlookup_desc instead of vfs_lookup_desc,des2005-03-141-21/+14
* Fix two long-standing bugs in pfs_readdir():des2005-03-141-11/+13
* If PSEUDOFS_TRACE is defined, create a sysctl knob to enable / disabledes2005-03-141-6/+14
* Add PSEUDOFS_TRACE option.des2005-03-143-0/+5
* o Use subr_unit allocator. This simplifies code much:glebius2005-03-141-95/+33
* fbsdidize.des2005-03-144-8/+20
* Mangle a manpage.phk2005-03-141-10/+13
* Do not attach MBR on top of an MBR. This removes some confusingphk2005-03-141-0/+2
* Be sure that class name storaed in 'class_name' is lower case.pjd2005-03-141-0/+3
* Use vfs_hash instead of home-rolled.phk2005-03-145-67/+33
* Define subcommands' usage inside g_command structure.pjd2005-03-147-141/+109
* - Add gc_usage field to g_command structure. This will allow to definepjd2005-03-142-56/+52
* o Improve the example a bit.maxim2005-03-141-1/+1
* - new sentence, new linebrueffer2005-03-141-2/+3
* Forgot cvs rm in last file.phk2005-03-141-169/+0
* Use vfs_hash() instead of home-rolledphk2005-03-149-134/+61
* Use vfs_hash instead of home-rolled.phk2005-03-1410-270/+52
* Instead of documenting every standard subcommand's argument everywhere,pjd2005-03-147-98/+56
* Document subcommands' arguments.pjd2005-03-141-2/+18
* Document '-s' option of 'status' subcommand.pjd2005-03-141-0/+6
* Add '-s' option to 'status' subcommand. It produces script-friendly output:pjd2005-03-141-26/+50
* Use vfs_hash instead of home-rolled.phk2005-03-143-112/+52
OpenPOWER on IntegriCloud