summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded <sys/buf.h> includes.phk2000-04-1850-50/+0
* Don't include <sys/buf.h> twice.phk2000-04-182-2/+0
* Retire bufqdisksort(), all drivers use bioqdisksort now.phk2000-04-185-199/+0
* Convert three drivers not covered by any of our kernel configs.phk2000-04-182-58/+58
* Don't declare common variables in include files:phk2000-04-183-2/+3
* Add support for multiple PPTP sessions:ru2000-04-185-88/+265
* 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-187-49/+64
* hm committed newbused vt driver this weekend, so it is no longer neededimp2000-04-172-10/+0
* Provide mem* for compat with NetBSD to fix LINTimp2000-04-172-3/+15
* ND6_HINT() should not be called unless the connection status issumikawa2000-04-172-2/+0
* even if nd6_nud_hint is called, do not change a neighbor's statussumikawa2000-04-171-1/+1
* When in infrastructure mode, use address 3 from the 802.11 header as thewpaul2000-04-172-4/+14
* more mmap fixescg2000-04-173-35/+30
* make drivers start at beginning of buffer when triggered - improves mmap.cg2000-04-174-14/+32
* Add user prototypes for kevent() and kqueue().jlemon2000-04-171-0/+11
* Fix LINT.dfr2000-04-171-18/+1
* Remove unloaded printf. We do this now in the newbus layer.imp2000-04-173-3/+0
* Issue a detached message after detaching the device.imp2000-04-171-0/+1
* 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
* Remove unneeded cast.jlemon2000-04-171-1/+1
* Add kern_event.cimp2000-04-171-0/+1
* Forgot to commit this to add card_if.m.imp2000-04-171-0/+1
* Some more i386-only BIOS-friendliness:msmith2000-04-1615-89/+736
* Second patch that prepares for the addition of thegroudier2000-04-161-301/+303
* Add files that I forgot to `cvs add' on last commit.jlemon2000-04-163-0/+1111
* Replace the POLLEXTEND extensions with the kqueue() mechanism.jlemon2000-04-162-25/+29
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-1629-18/+682
* Convert pcvt to use the newbus driver framework, options COMPAT_OLDISAhm2000-04-165-187/+157
* Remove debugging coderoger2000-04-161-1/+1
* Fix typo in interrupt handling code and fix bug in setting of adelayroger2000-04-164-14/+24
* Make vinum compile again using the "cast to buf" workaround.phk2000-04-163-20/+21
* Overlooked a s/b_act/bio_queue/ substitution due to targ not being in LINT.phk2000-04-161-2/+2
* Add the scsi-target driver to LINT.phk2000-04-163-0/+3
* - Define registers as offsets from register base rather than offsets frommdodd2000-04-162-14/+10
* Include <sys/bus.h>, which is needed after Doug's latest object changes.imp2000-04-162-0/+4
* Fix two bugs in extended attribute support for UFS/FFS:rwatson2000-04-161-2/+5
* Remove MAINTAINER.grog2000-04-161-2/+0
* A messy commit that checkpoints the driver (not known to actually work)dmlb2000-04-151-236/+330
* Merged in a load of information from the card documentation - not finished yet.dmlb2000-04-151-121/+338
* A few comment tidy-ups.dmlb2000-04-151-13/+27
* Fix typo, extentions -> extensionsasmodai2000-04-152-2/+2
* ext2fs relies on UFS support code, and as a result also requiresrwatson2000-04-1514-0/+24
* First patch that prepares for the adding of multi-firmwaregroudier2000-04-151-313/+233
* Add include files to alpha/include directory.roger2000-04-152-0/+475
* Update to driver 2.11.roger2000-04-155-8/+26
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-1583-1444/+1474
* make mmap sort-of work. there seem to be interactions with certain hwcg2000-04-155-154/+172
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-1527-0/+954
OpenPOWER on IntegriCloud