summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* No longer do special handling of Perl. FreeBSD users have all of 5.xobrien2004-08-254-7/+1
* if_dc includes locking, but that locking is disabled by a #ifdefrwatson2004-08-252-2/+4
* Back out v1.57, the underlying problem that caused a delay betweenkensmith2004-08-251-2/+0
* In nfs_timer(), pass curthread rather than &thread0 into the protocolrwatson2004-08-251-4/+2
* Back out previous commit. Colin's fix to md makes the extra sleepkensmith2004-08-251-2/+0
* Add a CVSTAG makefile variable that can be set in /etc/make.conf thatpaul2004-08-241-1/+5
* Clarify what the lockfunc is used for. When it will be called andimp2004-08-241-0/+8
* note that it is the caller's responsibility to free any buffer passedalfred2004-08-241-0/+5
* Argh. Forced commit to note that this wasjosef2004-08-240-0/+0
* Autogenerate device listings for lge(4) and vx(4)brueffer2004-08-242-10/+4
* Add snapshots.se.freebsd.org to list of available ftp mirrors.josef2004-08-242-2/+6
* Add lge(4) and vx(4)brueffer2004-08-241-0/+2
* - move the list of supported devices into a HARDWARE sectionbrueffer2004-08-241-13/+16
* - move device listing and hardware notes into a HARDWARE sectionbrueffer2004-08-241-16/+19
* Correct the arguments to kern_sigaltstack() as they were reversed.jhb2004-08-242-4/+4
* Regenerate after fcntl() wrappers were marked MP safe.jhb2004-08-2416-22/+23
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-2410-160/+92
* Sii_reset needs to wait up to 1 second to get slow disks with it sosos2004-08-241-1/+1
* asr(4) is currently i386 only.simon2004-08-241-0/+1
* Catch up with i386 nexus.c rev 1.59: add bus_get_resource_list().njl2004-08-242-0/+20
* share/examples/worm is dead.ru2004-08-241-2/+0
* sr(4) definately won't work on IA64.obrien2004-08-241-1/+0
* Be sure to always unlock the sx lock when exiting the sysctl function.njl2004-08-242-2/+2
* Autogenerate device listings for sk(4)brueffer2004-08-242-4/+2
* Add sk(4)brueffer2004-08-241-0/+1
* - move the list of supported adapters to a HARDWARE sectionbrueffer2004-08-241-30/+34
* Update for latest make(1) changes.obrien2004-08-241-17/+39
* Add the SMC EZ Card 10/100 as supported hardwarebrueffer2004-08-241-0/+2
* Correct the link to the AIC-6915 programmer's manualbrueffer2004-08-241-1/+1
* Autogenerate device listings for sf(4)brueffer2004-08-242-6/+2
* Add sf(4)brueffer2004-08-241-0/+1
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-08-241-21/+23
* Always pick up giant before returning from an ioctl call.sos2004-08-241-2/+4
* Revert previous revision, 1.7, as removal of GIANT_REQUIRED was maderwatson2004-08-241-0/+2
* MT4 if_fwsubr.c:1.6:rwatson2004-08-241-2/+0
* Replace the current implementations of ftw() and nftw() with the OpenBSDtjr2004-08-244-284/+254
* Fix make search entries.blackend2004-08-241-2/+2
* Properly check malloc returns.sos2004-08-241-10/+19
* Fix a typo (attacked -> attached).roam2004-08-241-1/+1
* Conditional acquisition of socket buffer mutexes when testing socketrwatson2004-08-241-35/+16
* Set the description to NULL in the right detach routine. This shouldimp2004-08-241-1/+1
* Make sure to properly initialize 'size' to sizeof(sin) before passingrwatson2004-08-241-0/+1
* Fixed a misspelling of the hook name.ru2004-08-242-2/+2
* Add a basic kqueue + UNIX domain socket pair regression test to do somerwatson2004-08-242-0/+340
* Pick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd.c from NetBSD.dwhite2004-08-241-1/+3
* It is now an error to call pmap_unuse_pt without the paddr of the pdepeter2004-08-241-3/+1
* Oops, I forgot to have the idle loop call mp_grab_cpu_hlt() on the amd64peter2004-08-241-0/+4
* struct tm.tm_year is listed as 'years since 1900', and is signed. Onpeter2004-08-241-0/+3
* Even in a 80 column, fixed point font, there's plenty of room for allimp2004-08-231-1/+2
* In the SYNOPSIS section, move the bus_dmamem_alloc function prototypeimp2004-08-231-3/+3
OpenPOWER on IntegriCloud