aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o eliminate widespread on-stack mbuf use for bpf by introducingSam Leffler2003-12-2816-260/+115
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,Mike Silbersack2003-12-288-16/+11
* Fix the maxpipekva warning message so that it points to the correctMike Silbersack2003-12-281-1/+1
* Remove GIANT_REQUIRED from kmem_suballoc().Alan Cox2003-12-281-2/+0
* New sio module. A number of people have suggested this over the yearsWarner Losh2003-12-271-0/+25
* Add detach methods so we can unload the sio module.Warner Losh2003-12-273-0/+3
* Remove GIANT_REQUIRED from exec_unmap_first_page().Alan Cox2003-12-271-1/+0
* Fix slight disordering of supported cards.Warner Losh2003-12-271-3/+3
* o Fix a comment: softticks lives in sys/kern/kern_timeout.c.Maxim Konovalov2003-12-271-1/+1
* Fixed style bugs in rev.1.12 (unsorting of prototypes by adding new onesBruce Evans2003-12-271-4/+5
* Track current and peak sfbuf usage, export the values via sysctl.Mike Silbersack2003-12-278-0/+38
* - Reduce Giant's scope in vm_fault().Alan Cox2003-12-261-14/+10
* Minor correction to revision 1.258: Use the proc pointer that is passed toAlan Cox2003-12-261-2/+1
* Don't truncate the interface name in ifunit(). It's now possible to queryBrian Feldman2003-12-261-2/+2
* Make msdosfs support the dirty flag in FAT16 and FAT32.Tom Rhodes2003-12-265-1/+106
* Create a separate kthread that executes sched_cpu() once a second. BecauseJohn Baldwin2003-12-261-6/+21
* Fix acpi_MatchHid() to check the compatibility ID's if the hardware IDJohn Baldwin2003-12-261-3/+3
* Don't confuse NULL with 0.David E. O'Brien2003-12-263-4/+4
* Don't confuse NULL with 0.David E. O'Brien2003-12-262-5/+5
* Don't confuse NULL with 0.David E. O'Brien2003-12-261-3/+3
* Attempt to handle the status field in the ndis_packet oob area correctly.Bill Paul2003-12-262-5/+54
* GC the AMD64 special handling.David E. O'Brien2003-12-261-2/+1
* regen (__restrict)Alfred Perlstein2003-12-261-8/+8
* Put restrict back in, the compilation failure was my fault when IAlfred Perlstein2003-12-261-8/+8
* Add __restrict qualifiers to copyinfrom, copyinstrfrom, copystr, copyinstr,Alfred Perlstein2003-12-263-11/+18
* Properly initialize all members of the sentinel entry.David E. O'Brien2003-12-261-1/+1
* The record's stuck. The record's stuck. The record's stuck.Warner Losh2003-12-261-3/+0
* Back out the last batch of changes until I have a chance to properlyBill Paul2003-12-265-61/+69
* Merged from sys/dev/sio/sio.c revision 1.417.Bruce Evans2003-12-262-4/+4
* Don't call the miniport driver's releasepacket function unless theBrian Feldman2003-12-263-37/+56
* In socket(2) we only need Giant around the call to socreate, so justDavid Malone2003-12-251-2/+2
* Don't TAILQ_INIT kq_head twice, once is enough.David Malone2003-12-251-1/+0
* When calculating the sequence number to use in an ip6fw reset, remember toDavid Malone2003-12-251-0/+2
* Vastly improve performance of IRQ handling on stopped interfaces withPoul-Henning Kamp2003-12-252-0/+5
* Give the timer API one last overhaul: this time, use the new calloutBill Paul2003-12-253-17/+11
* Try to simplify the SiS probe. If SiS stays with the current schema forSøren Schmidt2003-12-251-22/+9
* Don't add CWARNFLAGS to CFLAGS here, they were already added by bsd.sys.mk.Ruslan Ermilov2003-12-251-1/+1
* Fixed another 0 (actually '\0') vs / NULL mixup. This completesBruce Evans2003-12-251-1/+1
* Quick fix for LINT breakage caused by interface changes in accept(2), etc.Bruce Evans2003-12-251-33/+36
* - In ndis_intr(), don't do any interrupt processing if the IFF_UPBill Paul2003-12-251-9/+6
* Avoid using any of the ndis_packet/ndis_packet_private fields forBill Paul2003-12-253-23/+24
* NULL falloutSam Leffler2003-12-251-4/+4
* Fix another 0 / NULL mixup.Mike Silbersack2003-12-251-1/+1
* - Add stubs for Ndis*File() functionsBill Paul2003-12-253-10/+116
* - Fix some compiler warnings in subr_pe.cBill Paul2003-12-245-26/+61
* Don't use NULL with integral types.Marcel Moolenaar2003-12-241-6/+6
* regen (after removal of restrict)Alfred Perlstein2003-12-241-8/+8
* We're not ready for restrict qualifiers here.Alfred Perlstein2003-12-241-8/+8
* fix warnings. NULL -> 0Alfred Perlstein2003-12-241-4/+4
* NULL -> 0Alfred Perlstein2003-12-242-5/+5