| Commit message (Expand) | Author | Age | Files | Lines |
* | When going back to SLEEP state, make sure our | julian | 2002-07-02 | 1 | -0/+1 |
* | Fix failure to correctly transition back to sleep mode. | julian | 2002-07-02 | 1 | -0/+4 |
* | Make interrupt driven EC transaction optional. | takawata | 2002-07-02 | 1 | -0/+2 |
* | Remove the backup-versions ("x*") of various lpc commands that were | gad | 2002-07-02 | 3 | -377/+0 |
* | Clarify version 1.68 to more accurately describe the intent of the change to | imp | 2002-07-02 | 1 | -1/+2 |
* | Fix a couple of minor nits that prevented this from compiling. | deischen | 2002-07-02 | 3 | -6/+12 |
* | Fix a tyop | brian | 2002-07-02 | 1 | -1/+1 |
* | Don't trust the MPPE key lengths passed back from the RADIUS server. | brian | 2002-07-02 | 1 | -2/+4 |
* | Remove some misleading/wrong diagnostics | brian | 2002-07-02 | 1 | -5/+1 |
* | #include <sys/ktrace.h> would be useful too. (for ktrace_mtx) | peter | 2002-07-01 | 1 | -0/+3 |
* | Document what splnet and splimp are in FreeBSD | imp | 2002-07-01 | 1 | -0/+2 |
* | Move creation of password databases before starting daemons, | luigi | 2002-07-01 | 1 | -3/+3 |
* | The jail syscall calls chroot, which is not mpsafe, so put back a | iedowse | 2002-07-01 | 1 | -0/+2 |
* | Add #include "opt_ktrace.h" | peter | 2002-07-01 | 1 | -0/+2 |
* | DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG to | jmallett | 2002-07-01 | 1 | -1/+1 |
* | In getino, have our DEBUG message in the unhandled case mention that it | jmallett | 2002-07-01 | 3 | -1/+5 |
* | Back out my minorly disputed and possibly not well thought out changes to how | jmallett | 2002-07-01 | 1 | -7/+7 |
* | Use indirect function pointer hooks instead of #ifdef SOFTUPDATES | iedowse | 2002-07-01 | 5 | -14/+21 |
* | libufs does not need built before most things, after all. | jmallett | 2002-07-01 | 1 | -3/+3 |
* | Modernise; ISOify, use __FBSDID(), use headers instead of hand-declaring. | markm | 2002-07-01 | 1 | -12/+13 |
* | Add my DoB | johan | 2002-07-01 | 1 | -0/+1 |
* | bsd.subdir.mk already has these dependencies coded. | ru | 2002-07-01 | 1 | -11/+0 |
* | Get rid of the bogus dependencies between beforeinstall, realinstall, | ru | 2002-07-01 | 1 | -3/+2 |
* | Rename `CAVEAT' to `SECURITY CONSIDERATIONS' and move it up to | chris | 2002-07-01 | 1 | -10/+10 |
* | Remove trailing whitespaces. | maxim | 2002-07-01 | 1 | -2/+2 |
* | Move 'byte_count' calculation just before 'recvurg' check. It is a global | maxim | 2002-07-01 | 1 | -1/+5 |
* | - Use (OFF_TO_IDX(off) - pi) instead of (OFF_TO_IDX(off - IDX_TO_OFF(pi))). | robert | 2002-07-01 | 1 | -5/+7 |
* | Remove the last EOF spaces I missed in rev. 1.43. | maxim | 2002-07-01 | 1 | -2/+2 |
* | Remove trailing whitespace | brian | 2002-07-01 | 20 | -284/+284 |
* | Add the ffs bits necessary to support unloading of the ufs kernel | iedowse | 2002-07-01 | 4 | -2/+38 |
* | Remove double #include <sys/cdef.h> and __FBSDID. | dwmalone | 2002-07-01 | 1 | -2/+0 |
* | Reconnect gdb info file to the build. | sheldonh | 2002-07-01 | 3 | -9/+16 |
* | Add a note to UPDATING saying that now is a bad time to update due | imp | 2002-07-01 | 1 | -0/+5 |
* | Fixed typos. | ru | 2002-07-01 | 1 | -4/+4 |
* | Unbreak build by removing 10.named for now | dougb | 2002-07-01 | 1 | -1/+4 |
* | Add libufs to prebuild_libs, since lots of things will want it, in time. | jmallett | 2002-07-01 | 1 | -3/+3 |
* | Declare environ as char **environ like in environ(7), not char *environ[]. | tjr | 2002-07-01 | 1 | -1/+1 |
* | - In thread_userret(), remove the Giant locking and unlocking around the | arr | 2002-07-01 | 2 | -4/+0 |
* | o Remove some long dead code: from revision 1.41 of vm/vm_pager.c | alc | 2002-07-01 | 2 | -22/+0 |
* | Implement a flag to disable directory creation for anonymous users. | mdodd | 2002-07-01 | 2 | -3/+12 |
* | Add libufs, a library for dealing with UFS filesystems from userland to | jmallett | 2002-07-01 | 8 | -2/+539 |
* | This commit was generated by cvs2svn to compensate for changes in r99191, | dougb | 2002-07-01 | 22 | -3778/+0 |
* | Install the rfc 2317 notes | dougb | 2002-07-01 | 1 | -1/+1 |
* | * Make Xlist more complete, and more concise in some case. | dougb | 2002-07-01 | 2 | -5/+28 |
* | Resolve conflicts, generally in favor of the vendor version. | dougb | 2002-07-01 | 7 | -79/+91 |
* | This commit was generated by cvs2svn to compensate for changes in r99179, | dougb | 2002-07-01 | 44 | -213/+975 |
|\ |
|
| * | Import of ISC BIND version 8.3.3 | dougb | 2002-07-01 | 51 | -260/+1042 |
* | | LP64 fix: don't cast pointer to int | naddy | 2002-06-30 | 1 | -1/+1 |
* | | Nuke src/usr.bin/help in favor of projects/sccs/help (repo copied). | jmallett | 2002-06-30 | 2 | -174/+0 |
* | | Fix a build problem for the ACPI CA 20020404 import. | iwasaki | 2002-06-30 | 1 | -1/+2 |