summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed the type of the variable `qidx' from u_int8_t to int,robert2003-07-271-2/+3
* Use M_WAITOK instead of M_WAIT in sppp_attach().gj2003-07-261-1/+1
* Acquire Giant rather than asserting it is held in contigmalloc(). This isalc2003-07-261-1/+2
* Add notice about the local change in r1.25mbr2003-07-261-0/+1
* Fix a couple of bugs in the resume handler. Don't call the if_initjdp2003-07-261-2/+3
* Define the stop command to do nothing when only a specificmtm2003-07-261-0/+1
* When stopping a dhcp interface, don't just release the lease onmtm2003-07-261-12/+7
* Add Socket Communications Low Power 10/100 CF Ethernet card.imp2003-07-261-0/+1
* Sync to 1.61 of pccarddevsimp2003-07-261-2/+11
* MFNetBSD:imp2003-07-261-1/+6
* o Fix usage(): remove '-l', add missed '-f', sort.maxim2003-07-261-1/+1
* Inline a function that gcc refused to inline. This function was usedharti2003-07-261-7/+2
* Silence a gcc-warning. Do this by inlining the macro-call. This isharti2003-07-261-2/+1
* The /rescue system is now enabled by default again, so remove notesimon2003-07-262-16/+0
* Set mc_len to sizeof(mcontext_t), otherwise it is an invalid context.davidxu2003-07-261-0/+1
* Remove references to the '-l' option in synopsis. The rest of thesimon2003-07-261-2/+1
* Minor mdoc(7) cleanup, based on the PR below.simon2003-07-261-2/+4
* Fix "write from stdin".pb2003-07-261-3/+6
* Fixed wrong function names in the error message that was translated tobde2003-07-261-3/+3
OpenPOWER on IntegriCloud