summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1998-04-27Add bus_space.c.gene
1998-04-27Correct namespace collisions for bus_space_probe and split outgene
1998-04-26NetBSD mergeNiklas Hallqvist
1998-04-26Allow PF_LOCAL as the proto arg in socketpair(2). Previously, onlyTodd C. Miller
1998-04-26Get audio framework from MI-land, scrap the local variant. Some NetBSD mergingNiklas Hallqvist
1998-04-26$Niels Provos
1998-04-26remove another foul up of mineNiels Provos
1998-04-26use a rel. path for compat/ossaudioNiels Provos
1998-04-26correct copyrightTheo de Raadt
1998-04-26New audio adaption; netbsdNiklas Hallqvist
1998-04-262nd try: compat ossaudio from NetBSD mostly byNiels Provos
1998-04-26use osscompat for audio emulation.Niels Provos
1998-04-26typoTodd C. Miller
1998-04-26attach audio device to sound cardsNiels Provos
1998-04-26update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-04-26correct utimes() emulationTheo de Raadt
1998-04-25close PR 459David Leonard
1998-04-25whitespaceJason Downs
1998-04-25convert i386 to MNNMichael Shalayeff
1998-04-25syncTheo de Raadt
1998-04-25new realtek ethernet cardTheo de Raadt
1998-04-25Fix my messup in the last commit, thanks mickeyNiklas Hallqvist
1998-04-25fix some more printf's where a long arg was specified that is u_int32_tTodd C. Miller
1998-04-25a.out fields are u_int32_t not long; fix warnings from printf.Todd C. Miller
1998-04-25kcore.h stub, uses m68k include.Jason Downs
1998-04-25Use generic m68k format kcore by default.Jason Downs
1998-04-25typoNiklas Hallqvist
1998-04-25syncTheo de Raadt
1998-04-25readlink() 3rd param is size_t; XPGTheo de Raadt
1998-04-25spellingDavid Leonard
1998-04-25typoNiklas Hallqvist
1998-04-25typoNiklas Hallqvist
1998-04-25a.out fields are 32 bits, this change eases cross-compilation from alphaNiklas Hallqvist
1998-04-25Aparently the socketpair bug is fixed in current Linux kernels soTodd C. Miller
1998-04-25Change a '< sc->sc_lowat' to '<= sc->sc_lowat' for consistency with rest ofTodd C. Miller
1998-04-25Add option NTP to the standard set of things built into the kernel.gene
1998-04-25set d_bbsize and d_sbsize in spoofed label to values correct for ffsTodd C. Miller
1998-04-25print keyboard type; mho@stacken.kth.seTheo de Raadt
1998-04-25some exceptions from netbsdTheo de Raadt
1998-04-25UDF and 66MHz support; zubin@clouseau.arl.wustl.eduTheo de Raadt
1998-04-25syncTheo de Raadt
1998-04-25two ATM cardsTheo de Raadt
1998-04-25Linux has SHUT_RD and SHUT_WR reversed in the ``how'' argument. PresumablyTodd C. Miller
1998-04-22prototypes; rykerTheo de Raadt
1998-04-20no need for debug options by default, now that the bug is deadTheo de Raadt
1998-04-20fix the problem w/ /boot being fragmented in a non-contigMichael Shalayeff
1998-04-18%0x support went awayTheo de Raadt
1998-04-18cannot grow this as mickey wantsTheo de Raadt
1998-04-18i386 bootblocks that work for 2.3. A tale too long to tellTheo de Raadt
1998-04-17confusion over & and &&; cross@va.pubnix.comTheo de Raadt