summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Issue a request sense command automagically when ATAPI commands failsos2004-02-282-58/+86
* Previous commit mistakenly delayed cnadd() as well as make_dev().kensmith2004-02-281-2/+1
* Remove now unneeded arguments to tcp_twrespond() -- so and msrc. Theserwatson2004-02-285-23/+7
* Add support for /dev/led/error on Soekris Net4801.phk2004-02-281-14/+48
* Compare the *number* of patterns to zero, not the *pointer* to thecperciva2004-02-281-1/+1
* Sync to 1.163 of usbdevssanpei2004-02-282-2/+9
* add support DM9601(DAVICOM USB to Ethernet MAC Controller with Integrated 10/...sanpei2004-02-287-0/+2291
* Move the code dealing with vnode out of several functions into a singlekan2004-02-271-156/+136
* NFSv4 fixes from Connectathon 2004:rees2004-02-275-113/+94
* Fix -current builds on alpha. Recent changes in device handling causedkensmith2004-02-272-2/+29
* Switch the sleep/wakeup and condition variable implementations to use thejhb2004-02-2715-603/+163
* Drop sched_lock around the wakeup of the parent process after settingjhb2004-02-271-4/+9
* Add an implementation of a generic sleep queue abstraction that is usedjhb2004-02-274-5/+884
* Add sysctl_move_oid() which reparents an existing OID.des2004-02-272-0/+22
* Fix a few style nits. do { } while(0) are only used for compoundjhb2004-02-271-3/+3
* Clarify and tweak some comments.jhb2004-02-272-6/+8
* Fix _sx_assert() to panic() rather than printf() when an assertion failsjhb2004-02-271-3/+5
* Even if we're sure that we can't be orphaned here, we have to definepjd2004-02-271-1/+2
* Remove unused field.pjd2004-02-271-1/+0
* For some reason crt0.o needs to be linked first for pxeboot(8) toru2004-02-271-2/+5
* Forward declare struct proc, struct sockaddr, and struct thread, whichrwatson2004-02-262-0/+6
* Replace the ktrace queue's semaphore with a condition variable instead asjhb2004-02-261-5/+5
* Bump CTL_MAXNAME from 12 to 24.des2004-02-261-1/+1
* Forward declare struct bpf_d, struct ifnet, struct image_params, andrwatson2004-02-262-2/+10
* Merged from sys/isa/fd.c revision 1.266.nyan2004-02-262-366/+126
* Bring eventhandler callbacks for pf.mlaier2004-02-264-0/+28
* Tweak existing header and other build infrastructure to be able to buildmlaier2004-02-2617-5/+148
* Move inet and inet6 related MAC Framework entry points from mac_net.crwatson2004-02-265-655/+809
* Bring diff from the security/pf port. This has code been tested as a portmlaier2004-02-2611-50/+3205
* This commit was generated by cvs2svn to compensate for changes in r126258,mlaier2004-02-2611-0/+13723
|\
| * Vendor import of OpenBSD's packet filter (pf) as of OpenBSD 3.4mlaier2004-02-2611-0/+13723
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-2616-87/+111
* Assert pipe mutex in pipeselwakeup(), as we manipulate pipe_staterwatson2004-02-261-0/+1
* Update comment regarding MAC labels: we no longer pass endpointsrwatson2004-02-251-7/+3
* Since we don't use PG_NX yet, don't turn on EFER_NXE quite yet. This needspeter2004-02-252-0/+6
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-2517-445/+469
* Make mode setting with fdcontrol(8) stick.phk2004-02-252-364/+122
* Fix style bug in last commit,johan2004-02-251-5/+5
* Fixed namespace pollution in rev.1.74. Implementation of the syncachebde2004-02-251-1/+4
* Don't use the negatively-opaque type uma_zone_t or be chummy withbde2004-02-251-3/+1
* Add support for the sii3512 SATA chip.sos2004-02-252-0/+3
* Fixed some insertion sort errors.bde2004-02-251-13/+13
* Fixed some style bugs in previous commit (unsorting of the DDB_* options,bde2004-02-251-5/+6
* Relax a KASSERT condition to allow for a valid corner case wherehsu2004-02-252-4/+10
* Revert the last commit. I don't know what I was thinking, but this changescottl2004-02-251-1/+0
* Bump FreeBSD_version for getopt_long_only() addingache2004-02-251-1/+1
* Add DDB_NUMSYM option which in addition to the symbolic representationphk2004-02-243-0/+12
* Unconst. Somebody didn't compile LINT.phk2004-02-241-1/+1
* style.Makefile(5):johan2004-02-241-4/+2
* Whitespace cleanupdes2004-02-241-4/+4
OpenPOWER on IntegriCloud