summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Introduce an extended attribute backing file header magic numberrwatson2000-04-192-3/+20
* vm_object_shadow: Remove an incorrect assertion. In obscure circumstancesalc2000-04-191-3/+0
* Let initialize th_sum before in6_cksum(), again.shin2000-04-192-0/+2
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-19100-108/+0
* Use !PXE api over PXENV+ api.ps2000-04-193-18/+106
* OK. Next step: we read in CIS.imp2000-04-198-217/+34
* o Cause attribute data writes to use IO_SYNC since this improves therwatson2000-04-192-1/+17
* Don't panic in M_PREPEND() if m_prepend() fails and frees the mbuf chain.peter2000-04-191-1/+1
* try the fix from creative bugzilla for nmi problemcg2000-04-181-2/+2
* Add forward declaration of `struct timespec' to quiet compiler warnings.jlemon2000-04-181-0/+1
* 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
OpenPOWER on IntegriCloud