summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Assert inpcb lock in udp_append().rwatson2004-05-041-0/+2
* Assert the inpcb lock on 'last' in udp_append(), since it's alwaysrwatson2004-05-041-0/+2
* If the mbuf pointer passed to mac_mbuf_to_label() is NULL, or the tagrwatson2004-05-031-1/+4
* Add /* !MAC */ to final #endif.rwatson2004-05-033-3/+3
* Remove new options and my prevention of system freeze when the sio probeambrisko2004-05-033-79/+49
* Update copyright.rwatson2004-05-031-1/+1
* When performing label assertions on an mbuf header label in mac_test,rwatson2004-05-031-2/+3
* Allow geom_concat and geom_gate to be compiled in kernel.pjd2004-05-033-0/+6
* Connect geom_gate.ko to the build.pjd2004-05-031-0/+1
* Turn off debugging by default.pjd2004-05-031-1/+1
* Prefer signed type over unsigned to be able to assert negativepjd2004-05-031-1/+1
* Bump copyright date for NETA to 2004.rwatson2004-05-033-3/+3
* Add MAC_STATIC, a kernel option that disables internal MAC Frameworkrwatson2004-05-034-0/+76
* - Hold g_gate_list_mtx lock while generating/checking unit number.pjd2004-05-031-5/+9
* o Fix misindentation in the previous commit.maxim2004-05-032-12/+11
* Back out a change that slipped into the previous commit for which otherandre2004-05-031-10/+2
* Oops, switch to using the moved cy driver for pc98 too (remove pointersbde2004-05-032-3/+1
* - Add an IMEN_MASK macro that returns the 8-bit bitmask of an atpicjhb2004-05-031-8/+16
* Make the legacy_pcib_attach() function static.jhb2004-05-032-2/+1
* Use a private attach method for the MP Table host-PCI bridge driver ratherjhb2004-05-031-1/+9
* Optimize IP fastforwarding some more:andre2004-05-031-95/+114
* Link state change notification of ethernet media to the routing socket.andre2004-05-034-4/+52
* Correct the phy_service() routine case MII_TICK to correctly trackandre2004-05-0310-20/+22
* Fix off by one error.phk2004-05-031-0/+1
* use correct address for SADB_EXT_ADDRESS_DST in key_do_allocsa_policysam2004-05-031-2/+2
* correct behaviour of key_getsavbyspi broken in rev 1.7; corrects problems withsam2004-05-031-2/+2
* Floating-point faults and exceptions can happen in the kernel too.marcel2004-05-031-12/+15
* add support to prefer old SA to new SA during allocationsam2004-05-031-18/+27
* Fix a race condition which could result in profprocs being decrementedcperciva2004-05-031-0/+2
* Catch- and cleanup:marcel2004-05-031-30/+35
* Commit three imported bugfixes from OpenBSD 3.4-stable:dhartmei2004-05-023-19/+16
* Add option GEOM_GPT. This brings the ability to have a large number ofmarcel2004-05-026-0/+6
* Quirk for Neuros USB audio device.njl2004-05-021-0/+8
* Spell Ethernet correctly.obrien2004-05-027-45/+45
* Make it compile on 64-bit architectures.pjd2004-05-022-26/+26
* Rename m_claim_next_hop() to m_claim_next(), as suggested by Max Laier.darrenr2004-05-025-5/+5
* oops, I forgot this file in a prior commit (change was still sitting here,darrenr2004-05-022-2/+2
* Sync to 1.173 of usbdevssanpei2004-05-022-2/+9
* Add support SUNTAC U-Cable type A4 (AS144L4)sanpei2004-05-022-0/+3
* Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra argdarrenr2004-05-024-18/+19
* Remove old cy driver files. They have been repo-copied to sys/dev/cy andbde2004-05-024-3481/+0
* Switch to using the moved cy driver (adjust pathnames and remove "count"bde2004-05-023-3/+4
* Remove the static reservation of the asr major numberscottl2004-05-022-3/+0
* Remove the defAlignLong and getAlignLong macros. I guess that the originalscottl2004-05-021-103/+91
* Remove the bogus printing of the asr control device major number. Alsoscottl2004-05-021-2/+1
* Reduce differences with cy_isa.c: fixed an unsorted include.bde2004-05-011-5/+1
* Reduce differences with cy_pci.c: add a description of this file, andbde2004-05-011-3/+7
* Adjust pathnames for the move from i386/isa to dev/cy.bde2004-05-013-15/+16
* New header for exporting declarations of things not closely related tobde2004-05-011-0/+36
* Removed bits related to isa configuration. These have been moved tobde2004-05-011-108/+0
OpenPOWER on IntegriCloud