summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | If we have already panic'd then don't bother enforcing mutex asserts asjhb2001-07-312-0/+6
* | - Fix panicstr checks to explicitly check against NULL.jhb2001-07-311-8/+8
* | o Modify p_candebug() such that there is no longer automatic acceptancerwatson2001-07-311-3/+0
* | Re-order things slightly in the RX handler for VLAN support: we needwpaul2001-07-311-5/+4
* | Only pull in the MD files if they exist. This allows for progressivemp2001-07-315-0/+10
* | jhb says a 10 line change containing casts is more invasive than a 28 lineobrien2001-07-311-14/+14
* | Fix compilation errors by adding forward declarations and fix typo.mp2001-07-311-3/+7
* | Logging should wind up in /var/log, not /etc/ppp/.asmodai2001-07-311-1/+1
* | bsh and bst are unused in softc, except for setting them. We do use theimp2001-07-312-6/+4
* | Make include file consistent with the rest of libstand.mp2001-07-311-1/+2
* | o Introduce new kern.security sysctl tree for kernel security policyrwatson2001-07-311-3/+11
* | Fix typo where I assigned the bus tag and not the bus handled. Itimp2001-07-311-1/+1
* | Don't use SA_RESETHAND here. We gain nothing.brian2001-07-311-1/+1
* | Remove an irritating diagnostic emitted to LogPHASE when abrian2001-07-313-11/+11
* | GC some obsolete alpha code.jhb2001-07-311-390/+1
* | Add a -l flag used to specify a label when no -p flag is given.brian2001-07-312-27/+54
* | Mark debug() and fatal() as __printflike() and fix resulting warnings.tg2001-07-3114-42/+42
* | Sort options, remove unknown option 'f'.tg2001-07-311-68/+67
* | Use sigaction() without SA_RESTART rather than signal() so that webrian2001-07-311-5/+9
* | Mention the sa_handler and sa_sigaction #defines in the synopsis.brian2001-07-311-3/+7
* | When we receive a CHAP81 challenge response, we always expect the lastbrian2001-07-311-0/+5
* | Add a "X KBytes of wired memory reserved" metric that representsbmilekic2001-07-311-11/+14
* | If LCP proto-rej is received, drop the protocol mentioned by the message.ume2001-07-311-1/+59
* | A bunch of interrupt related cleanup.imp2001-07-313-67/+98
* | Move pcic_override_irq from pcic_isa, to pcic.imp2001-07-313-9/+8
* | Add CLPD6832_BCR_ISA_IRQ definition for ISA routing of interrupts.imp2001-07-311-3/+3
* | Have pccardd always ask the kernel for the IRQ to use. The kernelimp2001-07-312-38/+47
* | Flesh out the sparc64 port considerably. This contains:jake2001-07-3146-453/+6905
* | Add skeleton machine dependent headers and c files for a port of freebsdjake2001-07-3140-0/+3068
* | Remove an accidental comma that managed to creep in with the last commit.eric2001-07-312-2/+2
* | Machine dependent ifdefs for sparc64.jake2001-07-313-2/+5
* | Oops. Last commit to vm_object.c should have got these files too.jake2001-07-313-8/+4
* | Remove the use of atomic ops to manipulate vm_object and vm_page flags.jake2001-07-311-11/+6
* | Don't try to find an eventhandler list if the list of lists hasn'tjake2001-07-311-0/+3
* | Don't try to print a field that doesn't exist; in usually commentedjake2001-07-311-2/+2
* | Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-317-10/+65
* | Removed PLIP support.nyan2001-07-312-1312/+0
* | Make the openfirmware functions work on 64 bit architectures by usingjake2001-07-312-237/+241
* | Quiet uninitialized variable warning (also a bug).jake2001-07-311-0/+2
* | Use the POSIX syntax for chown.obrien2001-07-301-1/+1
* | Merge in patch to automagically decide whether or not a kldload of ipfilterdarrenr2001-07-307-0/+91
* | More updates from Chad.alfred2001-07-309-9/+314
* | Document the debug.debugger_on_panic tunable, for those poor soulssheldonh2001-07-301-0/+20
* | Fix the third argument to sysctlbyname() to be of the type size_t *tmm2001-07-301-1/+2
* | Add Mac OS X 10.0 and 10.1 as well as Darwin.asmodai2001-07-301-71/+77
* | If we're set to non-interactive, we shouldn't ask the user yes/no questionsjkh2001-07-303-4/+10
* | Check the filehandle size when mounting.peter2001-07-302-0/+4
* | FreeBSD now also defines EIDRM and uses it.asmodai2001-07-301-8/+0
* | Fix obsolete code.asmodai2001-07-301-5/+0
* | Remove bogus BUGS section.asmodai2001-07-301-6/+1
OpenPOWER on IntegriCloud