| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | If we have already panic'd then don't bother enforcing mutex asserts as | jhb | 2001-07-31 | 2 | -0/+6 |
* | | - Fix panicstr checks to explicitly check against NULL. | jhb | 2001-07-31 | 1 | -8/+8 |
* | | o Modify p_candebug() such that there is no longer automatic acceptance | rwatson | 2001-07-31 | 1 | -3/+0 |
* | | Re-order things slightly in the RX handler for VLAN support: we need | wpaul | 2001-07-31 | 1 | -5/+4 |
* | | Only pull in the MD files if they exist. This allows for progressive | mp | 2001-07-31 | 5 | -0/+10 |
* | | jhb says a 10 line change containing casts is more invasive than a 28 line | obrien | 2001-07-31 | 1 | -14/+14 |
* | | Fix compilation errors by adding forward declarations and fix typo. | mp | 2001-07-31 | 1 | -3/+7 |
* | | Logging should wind up in /var/log, not /etc/ppp/. | asmodai | 2001-07-31 | 1 | -1/+1 |
* | | bsh and bst are unused in softc, except for setting them. We do use the | imp | 2001-07-31 | 2 | -6/+4 |
* | | Make include file consistent with the rest of libstand. | mp | 2001-07-31 | 1 | -1/+2 |
* | | o Introduce new kern.security sysctl tree for kernel security policy | rwatson | 2001-07-31 | 1 | -3/+11 |
* | | Fix typo where I assigned the bus tag and not the bus handled. It | imp | 2001-07-31 | 1 | -1/+1 |
* | | Don't use SA_RESETHAND here. We gain nothing. | brian | 2001-07-31 | 1 | -1/+1 |
* | | Remove an irritating diagnostic emitted to LogPHASE when a | brian | 2001-07-31 | 3 | -11/+11 |
* | | GC some obsolete alpha code. | jhb | 2001-07-31 | 1 | -390/+1 |
* | | Add a -l flag used to specify a label when no -p flag is given. | brian | 2001-07-31 | 2 | -27/+54 |
* | | Mark debug() and fatal() as __printflike() and fix resulting warnings. | tg | 2001-07-31 | 14 | -42/+42 |
* | | Sort options, remove unknown option 'f'. | tg | 2001-07-31 | 1 | -68/+67 |
* | | Use sigaction() without SA_RESTART rather than signal() so that we | brian | 2001-07-31 | 1 | -5/+9 |
* | | Mention the sa_handler and sa_sigaction #defines in the synopsis. | brian | 2001-07-31 | 1 | -3/+7 |
* | | When we receive a CHAP81 challenge response, we always expect the last | brian | 2001-07-31 | 1 | -0/+5 |
* | | Add a "X KBytes of wired memory reserved" metric that represents | bmilekic | 2001-07-31 | 1 | -11/+14 |
* | | If LCP proto-rej is received, drop the protocol mentioned by the message. | ume | 2001-07-31 | 1 | -1/+59 |
* | | A bunch of interrupt related cleanup. | imp | 2001-07-31 | 3 | -67/+98 |
* | | Move pcic_override_irq from pcic_isa, to pcic. | imp | 2001-07-31 | 3 | -9/+8 |
* | | Add CLPD6832_BCR_ISA_IRQ definition for ISA routing of interrupts. | imp | 2001-07-31 | 1 | -3/+3 |
* | | Have pccardd always ask the kernel for the IRQ to use. The kernel | imp | 2001-07-31 | 2 | -38/+47 |
* | | Flesh out the sparc64 port considerably. This contains: | jake | 2001-07-31 | 46 | -453/+6905 |
* | | Add skeleton machine dependent headers and c files for a port of freebsd | jake | 2001-07-31 | 40 | -0/+3068 |
* | | Remove an accidental comma that managed to creep in with the last commit. | eric | 2001-07-31 | 2 | -2/+2 |
* | | Machine dependent ifdefs for sparc64. | jake | 2001-07-31 | 3 | -2/+5 |
* | | Oops. Last commit to vm_object.c should have got these files too. | jake | 2001-07-31 | 3 | -8/+4 |
* | | Remove the use of atomic ops to manipulate vm_object and vm_page flags. | jake | 2001-07-31 | 1 | -11/+6 |
* | | Don't try to find an eventhandler list if the list of lists hasn't | jake | 2001-07-31 | 1 | -0/+3 |
* | | Don't try to print a field that doesn't exist; in usually commented | jake | 2001-07-31 | 1 | -2/+2 |
* | | Use a machine dependent type, Elf_Hashelt, for the elements of the elf | jake | 2001-07-31 | 7 | -10/+65 |
* | | Removed PLIP support. | nyan | 2001-07-31 | 2 | -1312/+0 |
* | | Make the openfirmware functions work on 64 bit architectures by using | jake | 2001-07-31 | 2 | -237/+241 |
* | | Quiet uninitialized variable warning (also a bug). | jake | 2001-07-31 | 1 | -0/+2 |
* | | Use the POSIX syntax for chown. | obrien | 2001-07-30 | 1 | -1/+1 |
* | | Merge in patch to automagically decide whether or not a kldload of ipfilter | darrenr | 2001-07-30 | 7 | -0/+91 |
* | | More updates from Chad. | alfred | 2001-07-30 | 9 | -9/+314 |
* | | Document the debug.debugger_on_panic tunable, for those poor souls | sheldonh | 2001-07-30 | 1 | -0/+20 |
* | | Fix the third argument to sysctlbyname() to be of the type size_t * | tmm | 2001-07-30 | 1 | -1/+2 |
* | | Add Mac OS X 10.0 and 10.1 as well as Darwin. | asmodai | 2001-07-30 | 1 | -71/+77 |
* | | If we're set to non-interactive, we shouldn't ask the user yes/no questions | jkh | 2001-07-30 | 3 | -4/+10 |
* | | Check the filehandle size when mounting. | peter | 2001-07-30 | 2 | -0/+4 |
* | | FreeBSD now also defines EIDRM and uses it. | asmodai | 2001-07-30 | 1 | -8/+0 |
* | | Fix obsolete code. | asmodai | 2001-07-30 | 1 | -5/+0 |
* | | Remove bogus BUGS section. | asmodai | 2001-07-30 | 1 | -6/+1 |