summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Quick fix for LINT breakage caused by interface changes in accept(2), etc.bde2003-12-251-33/+36
* - In ndis_intr(), don't do any interrupt processing if the IFF_UPwpaul2003-12-251-9/+6
* Avoid using any of the ndis_packet/ndis_packet_private fields forwpaul2003-12-253-23/+24
* Remove an unused variable.dwmalone2003-12-251-2/+1
* NULL falloutsam2003-12-251-4/+4
* Fix another 0 / NULL mixup.silby2003-12-251-1/+1
* - Add stubs for Ndis*File() functionswpaul2003-12-253-10/+116
* - Fix some compiler warnings in subr_pe.cwpaul2003-12-245-26/+61
* Enable IPv6 by default but make it optional so it doesn't affectgshapiro2003-12-241-3/+3
* Don't use NULL with integral types.marcel2003-12-241-6/+6
* regen (after removal of restrict)alfred2003-12-241-8/+8
* We're not ready for restrict qualifiers here.alfred2003-12-241-8/+8
* fix warnings. NULL -> 0alfred2003-12-241-4/+4
* NULL -> 0alfred2003-12-242-5/+5
* Add restrict qualifiers. (docs)alfred2003-12-245-5/+5
* regenalfred2003-12-241-9/+9
* NULL -> 0 where appropriate.alfred2003-12-245-23/+23
* Add restrict qualifiers.alfred2003-12-243-31/+37
* change NULL to 0 to silence warning.alfred2003-12-242-2/+2
* NULL is not 0.ume2003-12-241-1/+1
* correct bridge_version: replace unexpanded RCS keywords by a fixed stringsam2003-12-241-1/+1
* Document that when we are addressing an open()/close() race, the reasonrwatson2003-12-242-0/+4
* o Legitimate -f (force) flags for -p (preprocessor) case.maxim2003-12-242-4/+9
* Fix reference to firewire(4).simokawa2003-12-241-1/+1
* Properly spell make binary as ${MAKE}.ru2003-12-241-8/+8
* Properly advance "x/y/z" form slash-pointers in some rare casesache2003-12-241-4/+4
* Make systat -net aware of compressed time_wait sockets.silby2003-12-241-3/+11
* Return AE_OK for stub functions returning ACPI_STATUS, not NULLpeter2003-12-241-2/+2
OpenPOWER on IntegriCloud