summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove prototype of ia64_pa_access(). The function has been moved tomarcel2003-07-261-1/+0
* Enable wake up GPE before shutdown, not only for sleeping.takawata2003-07-261-0/+1
* Avoid using __aligned(16). Instead define the jmp_buf in terms ofmarcel2003-07-261-9/+11
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-2628-42/+43
* Unbreak ia64 builds now -Werror is enabled again. Avoid obsoletemarcel2003-07-261-6/+6
* Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to ascottl2003-07-263-0/+6
* Bah, I go and get all preachy, and then commit from the wrong branch. Revertscottl2003-07-261-2/+2
* Fix the release build with a forgotten '-f'.scottl2003-07-261-3/+3
* Fixes for 64 bit cleanliness. The length arg to sysctl is a pointer topeter2003-07-261-1/+2
* Use #include <string.h> rather than <strings.h> so that the strdup()peter2003-07-261-1/+2
* Gulp ... call kmem_malloc() without Giant.alc2003-07-261-7/+1
* Fix some recently introduced warnings. 'Declaration does not declarepeter2003-07-261-2/+2
* Turn -Werror back on again. I've tested with/withoutpeter2003-07-261-1/+1
* Fix typo.davidxu2003-07-262-10/+10
* Change the inline limit switch to something that exists in gcc-3.2.peter2003-07-262-4/+4
* Revise and improve ntfs_subr.c 1.30: read only a single cluster at a timetjr2003-07-262-17/+28
* Revert previous commit. We don't use setjmp()/longjmp() for contextmarcel2003-07-252-6/+3
* revision 1.51 of vm/uma_core.c modified uma_large_malloc() to acquirealc2003-07-251-6/+0
* powerpc isn't tinderbox-ready yet.des2003-07-252-2/+2
* Use __FBSDID().obrien2003-07-2539-78/+127
* Use __FBSDID().obrien2003-07-253-6/+10
* Add support for the M_ZERO flag to contigmalloc().mux2003-07-251-1/+5
* Make this 64 bit clean. Use size_t for sysctl() length pointer args.peter2003-07-251-1/+2
* Remove alpha vtophys() hack from if_bgereg.h and clean up unneededwpaul2003-07-252-7/+0
* Convert bge(4) to use busdma. I have not tested this on anythingwpaul2003-07-252-127/+856
OpenPOWER on IntegriCloud