summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fsck_msdosfs/main.c:bde2003-12-273-16/+4
* Fixed style bugs in rev.1.12 (unsorting of prototypes by adding new onesbde2003-12-271-4/+5
* Clean up the style of the previous commit, and fix a fewsilby2003-12-271-7/+5
* Teach netstat to read and display the new sfbuf statistics.silby2003-12-271-0/+12
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-278-0/+38
* Fixed style bugs in previous commit (unsorting of declarations and poorbde2003-12-271-7/+8
* Fixed quoting of `clean'.bde2003-12-271-1/+3
* Fixed some style bugs in previous commit (mainly highly non-KNF indentation).bde2003-12-271-15/+15
* Fixed style bugs in previous commit (unsorting of the global declarationsbde2003-12-271-2/+2
* - Reduce Giant's scope in vm_fault().alc2003-12-261-14/+10
* Minor correction to revision 1.258: Use the proc pointer that is passed toalc2003-12-261-2/+1
* Fix all cases of unintended word doublings (the the, and and, ...) and aschweikh2003-12-265-32/+32
* Fix percentages by using long long to hold values for 'space',alfred2003-12-261-9/+12
* Don't truncate the interface name in ifunit(). It's now possible to querygreen2003-12-261-2/+2
* Forced commit to note that my previous commit was a Darwin merge.trhodes2003-12-260-0/+0
* Make msdosfs support the dirty flag in FAT16 and FAT32.trhodes2003-12-269-11/+172
* you have to use 'install' subcommand instead of '-c' optionume2003-12-261-1/+1
* Create a separate kthread that executes sched_cpu() once a second. Becausejhb2003-12-261-6/+21
* when no source-address-selection policy is installed, not scanume2003-12-261-1/+5
* It is not the job of this manual page to list 'supported chipsets'.trhodes2003-12-261-1/+1
* Remove another instance of 'disklabel' which eluded me last time.trhodes2003-12-261-1/+1
* Fix acpi_MatchHid() to check the compatibility ID's if the hardware IDjhb2003-12-261-3/+3
* Don't confuse NULL with 0.obrien2003-12-263-4/+4
* Don't confuse NULL with 0.obrien2003-12-262-5/+5
* Don't confuse NULL with 0.obrien2003-12-261-3/+3
* More holidays in .ru, fixes, strip redundant prefix.maxim2003-12-263-20/+27
* Don't block SIGTRAP - it makes it hard to debug programs with gdb.dfr2003-12-261-0/+1
* Make sure we initialise dirp->dd_size if we aren't reading a unionfsdfr2003-12-261-0/+1
* o Actually add -x option: probeonly assigment was missedmaxim2003-12-261-0/+3
* Preparations to make libthr work in multi-threaded fork()ing applications.mtm2003-12-263-63/+81
* Attempt to handle the status field in the ndis_packet oob area correctly.wpaul2003-12-262-5/+54
* GC the AMD64 special handling.obrien2003-12-261-2/+1
* regen (__restrict)alfred2003-12-261-8/+8
* Put restrict back in, the compilation failure was my fault when Ialfred2003-12-261-8/+8
* Add __restrict qualifiers to copyinfrom, copyinstrfrom, copystr, copyinstr,alfred2003-12-263-11/+18
* Properly initialize all members of the sentinel entry.obrien2003-12-261-1/+1
* The record's stuck. The record's stuck. The record's stuck.imp2003-12-261-3/+0
* Documented the new parameter cron_dst.babkin2003-12-261-0/+9
* Back out the last batch of changes until I have a chance to properlywpaul2003-12-265-61/+69
* Merged from sys/dev/sio/sio.c revision 1.417.bde2003-12-262-4/+4
* Don't call the miniport driver's releasepacket function unless thegreen2003-12-263-37/+56
* In socket(2) we only need Giant around the call to socreate, so justdwmalone2003-12-251-2/+2
* Don't TAILQ_INIT kq_head twice, once is enough.dwmalone2003-12-251-1/+0
* When calculating the sequence number to use in an ip6fw reset, remember todwmalone2003-12-252-1/+2
* Added support for intelligent handling of DST transitions in cron.babkin2003-12-252-0/+5
* Vastly improve performance of IRQ handling on stopped interfaces withphk2003-12-252-0/+5
* Give the timer API one last overhaul: this time, use the new calloutwpaul2003-12-253-17/+11
* Try to simplify the SiS probe. If SiS stays with the current schema forsos2003-12-251-22/+9
* Don't add CWARNFLAGS to CFLAGS here, they were already added by bsd.sys.mk.ru2003-12-251-1/+1
* Fixed another 0 (actually '\0') vs / NULL mixup. This completesbde2003-12-251-1/+1
OpenPOWER on IntegriCloud