summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Make the acquisition of Giant in vm_fault_unwire() conditional on thealc2004-03-103-15/+5
* Lock down IP-layer encapsulation library:rwatson2004-03-101-51/+35
* Scrub unused variable zeroin_addr.rwatson2004-03-102-3/+0
* make sure we had the filedesc lock when calling fdinit when RFCFDG is setjmg2004-03-101-0/+4
* Another April Fool signs up.peadar2004-03-101-0/+1
* Const-poison ethernet and FDDI broadcast address constants, as theyrwatson2004-03-092-2/+2
* Make this file more generally usable:phk2004-03-092-38/+70
* Make libgeom usable by C++ programs:jhb2004-03-094-149/+163
* Remove duplicate code.jb2004-03-091-10/+0
* Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removedwpaul2004-03-092-26/+0
* Introduce stf_mtx to protect global softc list in if_stf. Addrwatson2004-03-091-8/+39
* Many fixes.kientzle2004-03-0937-203/+448
* Introduce faith_mtx to protect the if_faith global softc list.rwatson2004-03-091-7/+27
* If the resource listing obtained from BUS_GET_RESOURCE_LIST() inwpaul2004-03-091-0/+20
* Make it possible to ``.undef ${VAR}'' (expanding VAR to getru2004-03-091-0/+1
* Introduce lo_mtx to protect the global loopback softc list. I'm notrwatson2004-03-091-1/+7
* Introduce disc_mtx to protect the global softc list in if_disc.rwatson2004-03-091-8/+29
* Fix an integer overflow when dealing with very large volumes. This bugle2004-03-091-1/+1
* Fix the easy warnings:dwmalone2004-03-096-40/+27
* Misc fixes brought to light by WARNS=6:dwmalone2004-03-091-14/+17
* - Don't take sectorsize from first disk. Calculate it by findingpjd2004-03-091-19/+48
* Print a space character between string given as a macro argument andpjd2004-03-091-0/+1
* And a bandaid so that the output of "available space" is correct whenle2004-03-091-1/+2
* Since vinum doesn't fake disklabels anymore, remove get_volume_label().le2004-03-092-62/+0
* Fixed line numbering inside the .for loops.ru2004-03-091-1/+3
* Simplify some logic in converting a buffer to an integer.njl2004-03-091-1/+3
* Use an unsigned int instead of an int for the Get/Set Integer interface.njl2004-03-092-6/+6
* Backout the previous revision due to objections.jb2004-03-092-10/+4
* Reset the text attributes when initializing the console. The EFImarcel2004-03-091-0/+1
* Hook CPUs up to newbus. CPUs will ultimately be a bus driver so thatnjl2004-03-092-0/+68
* Add #ifdef CPU_SOEKRIS in the missing places around the led_* codejb2004-03-091-1/+10
* AMD's ELAN documentation says that you write to the SYS_RST registerjb2004-03-091-0/+10
* On 4.X it was possible for an application to initialise a local FILEjb2004-03-092-4/+10
* These aren't all binary options.mikeh2004-03-091-1/+1
* Fix typos.ale2004-03-081-2/+2
* Bump __FreeBSD_version for the pf install and write comments to UPDATING.mlaier2004-03-082-1/+12
* Link pf to the build and install:mlaier2004-03-0813-3/+681
* Mark loadaverage callout as CALLOUT_MPSAFE.rwatson2004-03-081-1/+1
* Add two new sysctls:pjd2004-03-082-4/+92
* Shift file locking to source file instead of temp file. This fixeskensmith2004-03-082-8/+5
* Add a check for wtmp records which have invalid values for ut_time. Wtmpgad2004-03-081-12/+64
* Compile 'ac' with DEBUG when arch==sparc64.gad2004-03-081-0/+5
* Add a debug-statement from NetBSD, and then rework all debug-statementsgad2004-03-081-9/+82
* Remove a.out at the end of 'make test'ache2004-03-081-1/+1
* String the consumers into the list of the provider they are attached to.phk2004-03-081-1/+5
* Fix two instances of improper NULL/0 use idetified by the changes lately.mlaier2004-03-082-2/+2
* Update pmap_pinit(9) to reflect pmap_pinit2() removal by alc.bms2004-03-081-21/+1
* Manual page for the ng_atmllc node type.benno2004-03-082-0/+94
* Mark scripts as not usable inside a jail by adding keyword 'nojail'.pjd2004-03-0884-84/+84
* Fix skipping scripts with given keywords.pjd2004-03-081-3/+3
OpenPOWER on IntegriCloud