summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Go to a default port and default node wwn model. Eliminate isp_namemjacob2001-03-011-8/+8
* Finally eliminate as many of the printf calls as possible (still leavingmjacob2001-03-011-30/+42
* The kernel did not hold a vnode reference associated with theiedowse2001-02-283-22/+65
* Shuffle netgraph mutexes a bit and hold a reference on a nodejulian2001-02-284-8/+10
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-8/+8
* Fix jails.phk2001-02-281-0/+3
* Linux does not filesystem-sync file-backed writable mmap pages ondillon2001-02-281-0/+2
* If we intend to make the page writable without requiring another fault,dillon2001-02-281-6/+6
* Fix lockup for loopback NFS mounts. The pipelined I/O limitations could bedillon2001-02-284-9/+23
* Sigh. Try to get priorities sorted out. Don't bother trying tojake2001-02-286-8/+2
* Slightly reimplement some recently added helper functions as methods, sopeter2001-02-273-35/+113
* Update NOTES wrt hint for fxp.mjacob2001-02-272-0/+4
* A better mousetrap: use device hints, as in:mjacob2001-02-272-14/+12
* When iterating over our list of interface addresses in order to determinejlemon2001-02-271-14/+18
OpenPOWER on IntegriCloud