summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Mutexify midi(4). The driver runs under the giant lock by default.tanimura2001-02-2614-1123/+1710
* More IP option length validation.kris2001-02-264-21/+41
* Remove the 'gdt' and 'gdtd' majors; the ICP driver is taking amsmith2001-02-251-2/+2
* Major update and bugfix for the 'mly' driver.msmith2001-02-255-354/+599
* 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
* 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
* Make "md" and "mdctl" macroized parameters.phk2001-02-252-4/+31
* o Support AUTO SENSE correctly.non2001-02-258-443/+247
* Supported pcmcia modem card.nyan2001-02-252-8/+20
* 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
* 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-241-4/+35
* 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
* - Assert that the proc to return is not NULL in runq_choose thejake2001-02-241-0/+2
* Bump FreeBSD version to correspond to addition of CPUTYPE make variable.kris2001-02-241-1/+1
* It turns out the kernel console works fine and thus doesn't need quite thisjhb2001-02-241-23/+0
* Add an EV_SET() convenience macro for initializing struct kevent priorjlemon2001-02-242-2/+11
* Introduce a NOTE_LOWAT flag for use with the read/write filters, whichjlemon2001-02-242-0/+9
* When returning EV_EOF for the socket read/write filters, also returnjlemon2001-02-241-0/+2
* Stricter style(9) conformance - remove unnecessary blank lines in previouspeter2001-02-231-2/+0
OpenPOWER on IntegriCloud