summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When going back to SLEEP state, make sure ourjulian2002-07-021-0/+1
* Fix failure to correctly transition back to sleep mode.julian2002-07-021-0/+4
* Make interrupt driven EC transaction optional.takawata2002-07-021-0/+2
* Remove the backup-versions ("x*") of various lpc commands that weregad2002-07-023-377/+0
* Clarify version 1.68 to more accurately describe the intent of the change toimp2002-07-021-1/+2
* Fix a couple of minor nits that prevented this from compiling.deischen2002-07-023-6/+12
* Fix a tyopbrian2002-07-021-1/+1
* Don't trust the MPPE key lengths passed back from the RADIUS server.brian2002-07-021-2/+4
* Remove some misleading/wrong diagnosticsbrian2002-07-021-5/+1
* #include <sys/ktrace.h> would be useful too. (for ktrace_mtx)peter2002-07-011-0/+3
* Document what splnet and splimp are in FreeBSDimp2002-07-011-0/+2
* Move creation of password databases before starting daemons,luigi2002-07-011-3/+3
* The jail syscall calls chroot, which is not mpsafe, so put back aiedowse2002-07-011-0/+2
* Add #include "opt_ktrace.h"peter2002-07-011-0/+2
* DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG tojmallett2002-07-011-1/+1
* In getino, have our DEBUG message in the unhandled case mention that itjmallett2002-07-013-1/+5
* Back out my minorly disputed and possibly not well thought out changes to howjmallett2002-07-011-7/+7
* Use indirect function pointer hooks instead of #ifdef SOFTUPDATESiedowse2002-07-015-14/+21
* libufs does not need built before most things, after all.jmallett2002-07-011-3/+3
* Modernise; ISOify, use __FBSDID(), use headers instead of hand-declaring.markm2002-07-011-12/+13
* Add my DoBjohan2002-07-011-0/+1
* bsd.subdir.mk already has these dependencies coded.ru2002-07-011-11/+0
* Get rid of the bogus dependencies between beforeinstall, realinstall,ru2002-07-011-3/+2
* Rename `CAVEAT' to `SECURITY CONSIDERATIONS' and move it up tochris2002-07-011-10/+10
* Remove trailing whitespaces.maxim2002-07-011-2/+2
* Move 'byte_count' calculation just before 'recvurg' check. It is a globalmaxim2002-07-011-1/+5
* - Use (OFF_TO_IDX(off) - pi) instead of (OFF_TO_IDX(off - IDX_TO_OFF(pi))).robert2002-07-011-5/+7
* Remove the last EOF spaces I missed in rev. 1.43.maxim2002-07-011-2/+2
* Remove trailing whitespacebrian2002-07-0120-284/+284
* Add the ffs bits necessary to support unloading of the ufs kerneliedowse2002-07-014-2/+38
* Remove double #include <sys/cdef.h> and __FBSDID.dwmalone2002-07-011-2/+0
* Reconnect gdb info file to the build.sheldonh2002-07-013-9/+16
* Add a note to UPDATING saying that now is a bad time to update dueimp2002-07-011-0/+5
* Fixed typos.ru2002-07-011-4/+4
* Unbreak build by removing 10.named for nowdougb2002-07-011-1/+4
* Add libufs to prebuild_libs, since lots of things will want it, in time.jmallett2002-07-011-3/+3
* Declare environ as char **environ like in environ(7), not char *environ[].tjr2002-07-011-1/+1
* - In thread_userret(), remove the Giant locking and unlocking around thearr2002-07-012-4/+0
* o Remove some long dead code: from revision 1.41 of vm/vm_pager.calc2002-07-012-22/+0
* Implement a flag to disable directory creation for anonymous users.mdodd2002-07-012-3/+12
* Add libufs, a library for dealing with UFS filesystems from userland tojmallett2002-07-018-2/+539
* This commit was generated by cvs2svn to compensate for changes in r99191,dougb2002-07-0122-3778/+0
* Install the rfc 2317 notesdougb2002-07-011-1/+1
* * Make Xlist more complete, and more concise in some case.dougb2002-07-012-5/+28
* Resolve conflicts, generally in favor of the vendor version.dougb2002-07-017-79/+91
* This commit was generated by cvs2svn to compensate for changes in r99179,dougb2002-07-0144-213/+975
|\
| * Import of ISC BIND version 8.3.3dougb2002-07-0151-260/+1042
* | LP64 fix: don't cast pointer to intnaddy2002-06-301-1/+1
* | Nuke src/usr.bin/help in favor of projects/sccs/help (repo copied).jmallett2002-06-302-174/+0
* | Fix a build problem for the ACPI CA 20020404 import.iwasaki2002-06-301-1/+2
OpenPOWER on IntegriCloud