summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Retire bufqdisksort(), all drivers use bioqdisksort now.phk2000-04-183-3/+0
* Don't declare common variables in include files:phk2000-04-182-2/+2
* Bump to note the changes in the ELF binary header and our brandelf method.obrien2000-04-181-1/+1
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-182-6/+24
* Add user prototypes for kevent() and kqueue().jlemon2000-04-171-0/+11
* Remove RF_PCCARD_ATTR. I should have done this before 4.0. It isn't partimp2000-04-171-2/+0
* change {u}long -> {u}intptr_t to make it clear that these fieldsjlemon2000-04-171-2/+2
* Add files that I forgot to `cvs add' on last commit.jlemon2000-04-162-0/+204
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-1612-10/+45
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-158-13/+34
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-083-39/+174
* Add multiple #include protectionroger2000-04-041-0/+6
* Silence some warnings.phk2000-04-031-0/+1
* Clone bio versions of certain bits of infrastructure:phk2000-04-026-12/+132
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-022-62/+72
* Draw the outline of "struct bio".phk2000-04-022-22/+66
* Change the write-behind code to take more care when startingdillon2000-04-024-5/+6
* device_set_unit() DO NOT USE THIS. This was approved before 4.0imp2000-04-011-0/+1
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-291-3/+3
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-283-3/+19
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-284-6/+30
* Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes adillon2000-03-271-13/+22
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-0/+21
* Fix spelling, slingly -> singly.asmodai2000-03-241-1/+1
* Split the logic ofgreen2000-03-202-0/+2
* Isolate the Timecounter internals in their own two files.phk2000-03-202-299/+13
* diff, patch and cvs didn't like these three last time around, try again.phk2000-03-202-2/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-202-0/+6
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-204-12/+28
* Add conditional splassert.ps2000-03-191-1/+6
* Use __alias__ instead of alias in the definition of __strong_reference().jasone2000-03-181-1/+1
* - Add Support for the following PS/2 mice:yokota2000-03-181-4/+44
* Instead of using the next unit available, use the first unit available.n_hibma2000-03-161-1/+1
* Add the _POSIX_SEMAPHORES feature flag.jasone2000-03-161-0/+1
* Have MGETHDR() always initialize m->m_pkthdr.rcvif to NULL.archie2000-03-141-2/+1
* Welcome to 5.0-CURRENT. (__FreeBSD_version = 500000)billf2000-03-131-1/+1
* Fix sockaddr_storage related macro definition, as ss_family member type change.shin2000-03-111-2/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-12/+7
* I applied the wrong patch set. Back out anything associateddufault2000-03-021-1/+0
* Patches that eliminate extra context switches in FIFO case.dufault2000-03-021-0/+1
* Add SI_SUB_VINUM startup sequence for Vinum. This is part of Vinumgrog2000-02-291-0/+1
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).ps2000-02-281-1/+8
* Crank __FreeBSD_version for OpenSSHkris2000-02-271-1/+1
* Followup to previous commit; change fd_mask from signed to unsigned aspeter2000-02-201-1/+1
* Fix select(2) for the Alpha. (!!) It was never returning true forpeter2000-02-201-3/+4
* Don't include <machine/ipl.h> in <sys/systm.h> in the i386 case. Thisbde2000-02-171-25/+23
* Fix null-pointer dereference crash when the system is intentionallydillon2000-02-161-0/+1
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,rwatson2000-02-121-1/+1
* Fix sysctl namespace for jail: move the kern.jailcansethostname torwatson2000-02-102-3/+6
* Introduce a new sysctl, kern.jailcansethostname, which determines whetherrwatson2000-02-101-1/+3
OpenPOWER on IntegriCloud