summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pass WORLD_FLAGS down to the distributeworld target, so it'sru2004-10-211-1/+2
* Decrease reference count if we won't use the thread, this avoids memorydavidxu2004-10-212-0/+8
* Zero terminate empty sting in kdb_sysctl_available.ups2004-10-211-0/+2
* Bump the document date, s/filesystem/file system/ and add missing word.keramida2004-10-201-3/+3
* Modify the vm object locking in do_sendfile() so that the containing objectalc2004-10-201-2/+3
* Introduce root_rw_mount as a new variable in defaults/rc.conf tokeramida2004-10-202-0/+14
* Fix a typo so that this compiles.jhb2004-10-201-1/+1
* Fix a typo so that this compiles again.jhb2004-10-201-1/+1
* -c flag (cache stats) was killed in rev. 1.68. Fix getopt(3) andmaxim2004-10-201-2/+2
* Fix typo.simon2004-10-201-1/+1
* Do not retry on requests that has lost thier device during reinit.sos2004-10-201-8/+5
* Explicitly break out NETA license from Berkeley license to clearlyrwatson2004-10-205-0/+105
* Don't prepend "/dev" if an argument given is an absolute pathname.ru2004-10-201-1/+1
* Rumor has it that ACCTON EN2216 is also an ne2000 compatible. Make it so.imp2004-10-201-0/+1
* Add missing bus_dmamap_sync() calls. If you are using an architecturemux2004-10-191-2/+12
* Destroy the UMA zone on unload.andre2004-10-191-0/+1
* Slightly extend the locking during unload to fully cover the protocolandre2004-10-191-5/+6
* Annotate a newly introduced race present due to the unloading ofrwatson2004-10-191-0/+4
* Convert IPDIVERT into a loadable module. This makes use of the dynamic loada...andre2004-10-196-37/+100
* Properly declare the "net.inet" sysctl subtree.andre2004-10-191-0/+1
* Pre-emptively define IPPROTO_SPACER to 32767, the same value as PROTO_SPACERandre2004-10-191-0/+6
* aic7xxx.h:gibbs2004-10-192-14/+91
* - Removed the .CURDIR/.OBJDIR magic, it is not necessary here.ru2004-10-191-12/+2
* Make the -m option actually work.ru2004-10-191-1/+1
* Idle the channel earlier in reinit().sos2004-10-191-10/+10
* Cosmeticssos2004-10-191-6/+2
* Really really fix typo this time.bms2004-10-192-2/+0
* Define IFF_LOCKGIANT() and IFF_UNLOCKGIANT() macros, which conditionallyrwatson2004-10-192-2/+40
* This is now WARNS 6 clean on 64-bit platforms.obrien2004-10-191-1/+1
* libsmb is now WARNS 2 clean on 64-bit platforms.obrien2004-10-191-0/+1
* style.Makefile(5)obrien2004-10-191-5/+4
* + Get prototypes for libc functions.obrien2004-10-194-2/+11
* Size matters. Correctly use a size_t so 64-bit hosts can mount SMB FS'sobrien2004-10-191-5/+8
* Apply README guidelines (no tabs).ru2004-10-191-2/+2
* Define "I386_CPU" if CPUTYPE is 'i386'. Userland bits can check for "I386_CPU"obrien2004-10-191-0/+3
* Fix typo sc -> dev.bms2004-10-192-2/+2
* Make use of the PROTO_SPACER functionality for dynamically loadableandre2004-10-191-2/+19
* Support for dynamically loadable and unloadable IP protocols in the ipmux.andre2004-10-192-1/+64
* Detach the Rhine completely on shutdown, rather than merely stopping itbms2004-10-192-6/+2
* Support for dynamically loadable and unloadable protocols within existing pro...andre2004-10-194-4/+325
* Add a macro for the destruction of INP_INFO_LOCK's used by loadable modules.andre2004-10-191-0/+1
* Make comments more clear. Change the order of one if() statement to check theandre2004-10-191-3/+8
* Be more careful to only index valid IP protocols and be more verbose withandre2004-10-191-2/+11
* Return the unit number of a channel instead of a hardcoded '1' fromle2004-10-191-1/+1
* Forced commit to note that the previous change also elimates calls toscottl2004-10-190-0/+0
* Use and alignment of 1 instead of ETHER_ALIGN for rx and tx buffers and jumboscottl2004-10-191-2/+2
* Use an alignment of 1 instead of PAGE_SIZE for the rx and tx buffer tags.scottl2004-10-191-12/+2
* When dumpdev is set to 'auto', and a suitable swap device is found,thomas2004-10-182-3/+11
* fix (for me) the problems where if_de gets really slow after timejmg2004-10-182-42/+0
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-1819-5/+33
OpenPOWER on IntegriCloud