summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Spelling: Signalling -> Signaling.olgeni2001-02-252-3/+3
* Add ECONNABORTED to the ERRORS section.olgeni2001-02-251-0/+2
* Update the list of OpenSSL manpages (now contains many more describingkris2001-02-253-55/+122
* Use vsnprintf in logmsg() to avoid overflowing the array on the stack.gj2001-02-251-1/+1
* Remove tcp_drop_all_states, which is unneeded after jlemon removed itjesper2001-02-251-1/+0
* slight cleanups during testing.julian2001-02-252-20/+46
* Allow for easier configuration when using disklabel. A samplejwd2001-02-254-318/+1116
* Remove brackets around variables in a function that used to bejake2001-02-253-30/+30
* Do not delay a new ack if there already is a delayed ack pending on thejlemon2001-02-252-10/+22
* o Check the size of I/O window handed by parent bus.non2001-02-251-2/+7
* o Check the size of I/O window handed by parent bus.non2001-02-251-8/+13
* Stop pac dereferencing a null pointer if accounting is not enabeled.dwmalone2001-02-251-1/+2
* Forgot to remove unneeded "intcmp" function.phk2001-02-251-8/+0
* Make "md" and "mdctl" macroized parameters.phk2001-02-254-14/+165
* o Support AUTO SENSE correctly.non2001-02-258-443/+247
* Fix references to Chapman & Zwicky and Cheswick & Bellowin.des2001-02-252-6/+10
* Supported pcmcia modem card.nyan2001-02-252-8/+20
* Update unused __dtoa prototypes to match reality.tegge2001-02-252-3/+3
* Add fsck_4.2bsd to boot crunch target. This returns the ability tojkh2001-02-255-5/+5
* Merged from sys/i386/i386/machdep.c revision 1.443.kato2001-02-252-8/+8
* genassym.sh does not work with a.out because the sizes are rounded uppeter2001-02-254-8/+8
* Make the kernel actually compile and link under a.out, usingpeter2001-02-254-0/+26
* Make this compile in a.out mode. link.h has extra dependencies for a.out.peter2001-02-252-0/+6
* Manually add an extra _ to _DYNAMIC since it is provided by ld, not gcc.peter2001-02-251-3/+3
* Remove underscores from linker set stabs for the a.out case, afterpeter2001-02-251-1/+1
* Always use the ELF naming after the demise of asnames.h.peter2001-02-252-10/+0
* Remove superfluous m_pkthdr.rcv_if = NULL assignment followingbmilekic2001-02-251-2/+0
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-2550-1287/+961
* Allow the eiface node to be made as a module (not linked into build yet)julian2001-02-251-0/+7
* Drop the 'count' from the aha device specspeter2001-02-255-5/+5
* Add a node that looks to all the word like an ethernet but delivers itsjulian2001-02-252-0/+733
* Make the sample netgraph node compileable again.julian2001-02-251-6/+3
* Add a Makefile for the sample node so It can be compiled.julian2001-02-251-0/+7
* Move netgraph spimlock order entries out ofjulian2001-02-253-6/+6
* - Rename the lcall system call handler from Xsyscall to Xlcall_syscalljake2001-02-2511-89/+46
* Add "ELFOSABI_NONE" which is the symbol used in a copy of the old ELF spec,obrien2001-02-241-0/+1
* MFS: bring the consistent `compat_3_brand' support into -CURRENTobrien2001-02-244-10/+19
* Grrr, s/INVARIANTS_SUPPORT/INVARIANT_SUPPORT/.jhb2001-02-243-3/+3
* - Axe RETIP() as it was very i386 specific and unwieldy. Instead, use thejhb2001-02-243-39/+36
* In the SCSI_NO_SENSE_STRINGS case, properly fill the table with thegibbs2001-02-241-1/+1
* sched_swi -> swi_schedjhb2001-02-241-1/+1
* Don't include machine/mutex.h and relocate sys/mutex.h's include to bejhb2001-02-241-2/+1
* Add back in INVARIANT_SUPPORT and expand the comments in NOTES about itjhb2001-02-243-0/+27
* Clockframes have a trapframe stored in a cf_tf member, not ct_tf.jhb2001-02-241-1/+1
* Properly orient the buttons for yes/no and no/yes so that POLA isjkh2001-02-241-19/+11
* Whitespace nits.jhb2001-02-241-2/+2
* Pass in process to mark ast on to aston().jhb2001-02-241-1/+1
* Make md/mdconfig do kld.phk2001-02-242-4/+71
* Introduce API for sequential reads/writes (build/dissect) of mbuf chains.bp2001-02-248-1/+721
* Add knowledge of the netgraph spinlocks into the Witness code.julian2001-02-244-5/+18
OpenPOWER on IntegriCloud