summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for CBR and VBR PVCs. Enhance the error handling forharti2003-07-283-39/+159
* Dhclient can't block anymore during startup. Documentmbr2003-07-281-4/+4
* Convert the atm{2,3}.sh rc scripts to normal rc.d scripts. Add supportharti2003-07-287-215/+110
* Don't wait forever if there is no link, go to backgroundmbr2003-07-281-0/+2
* Change the default for background_dhclient back to NO. It canmbr2003-07-281-1/+1
* Define $FreeBSD$ at the right place.mbr2003-07-282-5/+3
* Make this compile on 64 bit systems again. You cannot just cast a 32 bitpeter2003-07-281-1/+1
* DATE and PATCH are always defined, but may be empty.des2003-07-281-2/+2
* Remove redundant "targets", add NOLIBC_R and NOFORTH to environmentdes2003-07-282-2/+2
* Install experimental.rcdes2003-07-281-1/+1
* Document --dumpdes2003-07-281-0/+2
* Revive the powerpc tinderbox that used to run on 9ball.des2003-07-282-0/+20
* stanley uses a different sandbox.des2003-07-282-0/+2
* Don't mail out failure reports from stanley.des2003-07-282-0/+2
* - add a -d option which dumps the configuration and exitsdes2003-07-281-5/+28
* Enable dhclient to poll the interface state and send onlymbr2003-07-286-7/+241
* Document background_dhclient.mbr2003-07-281-0/+8
* Always start dhclient in the background.mbr2003-07-282-0/+5
* Make atm WARNS=6 clean. The changes are mostly:harti2003-07-2810-382/+299
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes tonjl2003-07-286-4/+21
* None of the "alloc" functions used by UMA assume that Giant is held anyalc2003-07-281-9/+2
* auth.conf seems to be being gradually subsumed by user classesrwatson2003-07-281-5/+3
* The LP_ETH_10_100_CF entry needs to be tagged as a DL100019.imp2003-07-281-1/+1
* Reset the per-CPU unique value at boot and clear it in the PCB of themarcel2003-07-273-3/+9
* Make pmap_pvo_allocf() callable without Giant.alc2003-07-273-18/+18
* Add -dynamic to natd if dhcp is used for the natd interface.mbr2003-07-271-0/+13
* Pass the file descriptor index down to vn_open.phk2003-07-272-2/+26
* Pass the fdidx argument from vn_open{_cred}() onto VOP_OPEN()phk2003-07-271-3/+3
* Remove GIANT_REQUIRED from kmem_alloc().alc2003-07-271-2/+0
* Some Typos fixgioria2003-07-271-15/+19
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-2717-23/+24
* Call the new argument "fdidx" that is more precise than "fd".phk2003-07-271-1/+1
* Try a lot harder to get dependancies right. This involves some uglymarkm2003-07-271-10/+30
* ip6fw does not handle ESP correctlyume2003-07-271-0/+1
* Respect BUS_DMA_ZERO in iommu_dvmamem_alloc().tmm2003-07-271-3/+10
* Use the BUS_DMA_ZERO flag.mux2003-07-272-12/+5
* Now that we can call kmem_malloc without Giant it should be safedwmalone2003-07-271-2/+0
* Enable the safe, harp, hatm and patm driver documentations for pc98.nyan2003-07-272-8/+8
* Document the new BUS_DMA_ZERO flag.mux2003-07-271-0/+2
* Changed the data types of three index variables, two of themrobert2003-07-271-3/+3
* Use the BUS_DMA_ZERO flag.mux2003-07-273-8/+4
* Use the BUS_DMA_ZERO flag instead of bzero()'ing DMA memory.mux2003-07-271-5/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-2713-44/+72
* Try a lot harder to get dependancies right. This involves some uglymarkm2003-07-271-4/+8
* Fix some off-by-one errors dealing with limits of server names,tjr2003-07-271-5/+5
* Reserve space for the trailing null byte in the srvname member oftjr2003-07-271-1/+1
* Add the -n maxrec option as an alias for -maxrec for compatibility withtjr2003-07-272-10/+18
* Use pmap_zero_page() to zero pages instead of bzero() becausemux2003-07-271-1/+1
* Simplify sigwait code a bit by using a waitset and removing oldsigmask.davidxu2003-07-276-44/+34
* Allow vm_object_reference() on kernel_object without Giant.alc2003-07-271-2/+4
OpenPOWER on IntegriCloud