summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some fortunes and re-order the Feynman problem solving algorithm.tg2002-04-241-10/+32
* Continue the cleanup preparations for UFS2 (& GEOM):phk2002-04-243-168/+116
* The install.debug and reinstall.debug targets are needed solelyru2002-04-243-19/+24
* typo in connect(2) error handling.ume2002-04-241-2/+2
* Free(9) should be Giant-free.tanimura2002-04-241-1/+1
* Split file system setup code out into a function called mount.jake2002-04-241-50/+109
* Prepare for a major update to the aac driver:scottl2002-04-245-259/+166
* Style changes to reduce diff to things I did in the FSF repo.obrien2002-04-241-37/+51
* Fix bug where we were loosing our platform-wide ASM_COMMENT_STARTobrien2002-04-241-0/+4
* Add me to the MAINTAINERS for 3dfx card stuff.cokane2002-04-241-0/+1
* Add support for loading files other than /boot/loader. Useful if you'rejake2002-04-241-79/+234
* Remove sodropablereq - this function hasn't been used since thesilby2002-04-243-90/+0
* Add an exit function.jake2002-04-241-3/+21
* Add -Wno-unused.jake2002-04-241-1/+1
* memcpy, memset -> bcopy, bzero.jake2002-04-241-32/+28
* Clean up elf loading to not make assumptions about the ordering of sections.jake2002-04-241-37/+18
* Remove xfsread. Just call fsread directly.jake2002-04-241-16/+5
* Remove a bunch of unused variables, functions and macros. Allocate storagejake2002-04-241-174/+11
* Rearrange <netinet/in.h> so that it is easier to conditionalizemike2002-04-241-48/+96
* Whitespace.bmah2002-04-242-2/+2
* New release note: wi(4) hostap.bmah2002-04-242-6/+18
* Make Veritas Storage Appliance a HILUNS device.mjacob2002-04-241-0/+5
* Back out the NO_RCMNDS knob.obrien2002-04-233-13/+2
* Do not +1 with MAXPATHLEN.obrien2002-04-231-1/+1
* Change the name of the 'bin' distribution to 'base'.obrien2002-04-2321-77/+77
* Restore some of the original variable names, but fix the warnings theirobrien2002-04-231-21/+19
* Implement the GEOMGETCONF ioctl which returns vital stats for thephk2002-04-234-14/+43
* The cold and panicstr variables do not need to be protected by sched_lock.hsu2002-04-231-9/+13
* All in a days work: make a function static.phk2002-04-232-2/+1
* Don't free(9) a pointer which has been modified.phk2002-04-232-12/+14
* Add a basic sanity check on pointers passed to free(9).phk2002-04-231-0/+10
* Unbreak NFS mounts when mount(8) is invoked as : mount path@server.mux2002-04-231-1/+5
* sys.mk no longer includes bsd.own.mk so I need to include it here forgshapiro2002-04-231-0/+3
* Don't call malloc(9) to allocate zero bytes softc data for devices.phk2002-04-231-1/+1
* Track nfs's getpages() changes:bp2002-04-231-12/+46
* Get rid from extra #ifdefs.bp2002-04-232-79/+4
* Initialize thread select queue in the same way as rev 1.93 of sys_generic.cbp2002-04-231-0/+3
* 1) Proberly conditionalize PAM "last login" printout.ache2002-04-231-14/+11
* Introduce some serious paranoia to try to catch a memory overwrite problemphk2002-04-235-6/+63
* The library itself does not depend on Kerberos bits.ru2002-04-231-10/+0
* On slow machines interrupts could be lost, so check for pendinggj2002-04-231-11/+18
* Do not spam initial ${CHROOTDIR} world with Texinfo and HTML docs.ru2002-04-231-2/+3
* Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk.ru2002-04-2314-152/+54
* Correct default value of drainwait: it should be 300 seconds, not forever.sobomax2002-04-232-2/+2
* Add the -t option, which allows tab stop positions to be specified similarlytjr2002-04-232-52/+132
* Provide the real `distribute' target so that NLS catalogs areru2002-04-231-0/+4
* Remove unused static variable quantum.marcel2002-04-231-2/+0
* - printf shouldn't bail out if a conversion fails, it should just keepjmallett2002-04-232-42/+93
* Improve the error message the user sees if the startdaemon routine cannotgad2002-04-231-4/+6
* Slightly restructure extattr_get_vp() so that there's only one entry pointrwatson2002-04-232-16/+30
OpenPOWER on IntegriCloud