summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r73561,msmith2001-03-0563-1899/+2514
|\
| * Belated vendor update to the Intel ACPI CA 20010208 snapshot.msmith2001-03-0569-1925/+2530
* | Eliminate the aio_freejobs list. Its purpose was to store freealc2001-03-051-40/+30
* | Remove another outdated comment about aio_cancel().alc2001-03-051-2/+1
* | Fix a couple of typos which became obvious when I started to actually usedfr2001-03-041-3/+3
* | Disable interrupts while sanity checking the owner of the floating pointdfr2001-03-041-0/+5
* | During a flood, we don't call rtfree(), but we remove the entry ourselves.bmilekic2001-03-041-13/+7
* | pkh's TAILQ changes to if_mutliaddrs missed a counting loop.dmlb2001-03-041-1/+2
* | Simplify vm_object_deallocate(), by decrementing the refcount first.alfred2001-03-041-18/+13
* | more 32 to 16 bit handle conversionsmjacob2001-03-041-2/+2
* | More 32 to 16 bit handle stuff. Roll core minor version.mjacob2001-03-041-2/+2
* | Remove a superfluous newline in a string (isp_prt adds this).mjacob2001-03-041-2/+2
* | Do not set a default ELF syscall ABI fallback.obrien2001-03-042-6/+8
* | Remove an out-of-date comment: aio_cancel() has been supportedalc2001-03-041-1/+0
* | implement OCRNL, ONOCR, and ONLRETassar2001-03-042-1/+14
* | Set TARGET_ARCH and install files -fschg as we do the kernel module.obrien2001-03-041-0/+3
* | Fix whitespace.obrien2001-03-041-2/+2
* | Disable interface checking for packets subject to "ipfw fwd".truckman2001-03-041-3/+4
* | Disable interface checking when IP forwarding is engaged so that packetstruckman2001-03-041-10/+45
* | Remove the field privatemodes from struct __aiocb_private and thealc2001-03-042-149/+2
* | Add some default hints for isp.mjacob2001-03-032-0/+30
* | Remove the copyinstr call which was trying to copy the pathname in fromdfr2001-03-032-6/+0
* | Account for the new flags field in struct trapframe.dfr2001-03-031-1/+1
* | Harvest interrupt entropy off the floppy disk controller.markm2001-03-032-2/+4
* | Take down a comment that is no longer true.markm2001-03-031-4/+0
* | Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-039-10/+298
* | Fix INVARIANT_SUPPORT-only builds (without INVARIANTS). The requiredbmilekic2001-03-031-1/+8
* | Cleanups to Macros for sending data between netgraph nodes.julian2001-03-032-63/+32
* | Add parenthesis to a macro.julian2001-03-031-1/+1
* | Add a new sysctl net.inet.ip.check_interface, which will verify thatjlemon2001-03-021-1/+5
* | Only pick up so_error the first time through with EISCONN, as advertised.jlemon2001-03-021-1/+1
* | setlocale(3) has been fixed to match POSIX standard:ru2001-03-023-3/+3
* | Mismatched MFSNAMELEN and MNAMELEN with fstype / fspath.adrian2001-03-022-4/+4
* | Merged from sys/i386/include/bus_at386.h revision 1.13.kato2001-03-021-1/+0
* | Switch to using 16 bit handles instead of 32 bit handles.mjacob2001-03-026-87/+150
* | Ok, the kernel will panic in kmem_malloc() if the kernel map is full, sojhb2001-03-021-4/+0
* | Back out a removal that I was far to quick to apply. The root causemarkm2001-03-022-0/+6
* | version 1.7 made some changes to correct problems identifed by compilingmdodd2001-03-026-6/+0
* | - Check to see if malloc() returned NULL even with M_WAITOK.jhb2001-03-021-1/+6
* | Fix isp_print_qentry to print all four lines- it's been broken for months.mjacob2001-03-021-2/+3
* | There were a few changes missed when this file was converted toiedowse2001-03-021-3/+9
* | Add the LINPROCFS option.des2001-03-011-0/+1
* | Correctly emulate linux_connect. For nonblocking sockets, the behaviorjlemon2001-03-011-51/+21
* | Free lock before returning from process_worklist_item.mckusick2001-03-011-1/+3
* | Reviewed by: jlemonadrian2001-03-0132-175/+209
* | Allocate vm_page_array and vm_page_buckets from the end of the biggest chunkgallatin2001-03-011-18/+16
* | Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-0132-38/+45
* | No longer an option. Config(8) is whining over LINT.markm2001-03-012-6/+0
* | In ascpoll, return revents, not 0.jlemon2001-03-011-1/+1
* | Eliminate the use of the getenv_int stuff we'd been using (with a bitmapmjacob2001-03-011-88/+110
OpenPOWER on IntegriCloud