summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2002-06-19remove __BROKEN_INDIRECT_CONFIG cruft.Federico G. Schwindt
2002-06-19this was derived from UCB if_sl. therefore, we can update the UCB if_slTheo de Raadt
copyright contained in this. a license problem remains, of course...
2002-06-19ansiTheo de Raadt
2002-06-19Fix compilation error if option DEBUG is defined.Miod Vallat
Reported by Peter Philipp (pphilipp at mac dot com)
2002-06-19re-enable both crypto operationsTheo de Raadt
2002-06-19add kqfilter for random, regress is comingMichael Shalayeff
2002-06-19cdev_ugen_init does not need to be, it's just a usbdev, just like any other ↵Michael Shalayeff
usb device
2002-06-19using cdev_ugen_init for all sorts of usb devices is just one pint less ↵Michael Shalayeff
wrong than using cdev_decl_random for the same purpose
2002-06-19kq: it did not work like this and it seem to be working, from the denver ↵Michael Shalayeff
whereabouts
2002-06-18oops, forgot to commit this when gpr was added.Federico G. Schwindt
2002-06-18Style.Angelos D. Keromytis
2002-06-18KNFAngelos D. Keromytis
2002-06-18Initialize mo to NULL, for good measure -- sam@errno.comAngelos D. Keromytis
2002-06-18Missing freeing of crp, from sam@errno.comAngelos D. Keromytis
2002-06-18Fix double-free.Angelos D. Keromytis
2002-06-18Same as with ip_ah.c (fix unreachable reference-after-free)Angelos D. Keromytis
2002-06-18Fix reference to free'ed location (unreachable condition because ofAngelos D. Keromytis
spl protection, but better safe...) --- pointed out by sam@errno.com
2002-06-18Remove all traces of the PCCONS stuff. (Remove pc.h and references to NPCNathan Binkert
and NPCCONSKBD) ok matthieu
2002-06-18KNF (whitespace)Jun-ichiro itojun Hagino
2002-06-18document CAPS_IS_CONTROL. suggested by miodJun-ichiro itojun Hagino
2002-06-18"option CAPS_IS_CONTROL" will enable use of caps key as controlJun-ichiro itojun Hagino
(need wsconsctl keymap too)
2002-06-18uftdi is fixed nowNathan Binkert
2002-06-18fix uftdi so that it matches what usbdevs saysNathan Binkert
2002-06-17option XSERVER was only needed for pccons console driver, whichMatthieu Herrb
has been obsoleted. ok millert@, miod@ and deraadt@.
2002-06-17remove old pccons console driver. Not used anymore and not maintained.Matthieu Herrb
ok millert@, miod@.
2002-06-17Go ahead and enable upa0 at mainbus0Jason Wright
2002-06-17cosmetic changes in the copyright suggested by theo.Federico G. Schwindt
2002-06-17and more uftdi kernel breaking crap here. GeezTheo de Raadt
2002-06-17Who the HELL commited this thing which breaks kernels? Get your actTheo de Raadt
in gear!
2002-06-17- make user ioctl's available via gprio.hFederico G. Schwindt
- correct tlvput checks. - replace delay with tsleep(9) per jason@ suggestion - implement GPR_RAM. - use bus_space_write_region_1(9).
2002-06-17syncNathan Binkert
2002-06-17New Rio/Nike psa[play 120 mp3 playerNathan Binkert
2002-06-17remove noisy jason debug printf blatther. bad pTheo de Raadt
2002-06-17Add UK keymap (tested on PBG4). Since it doesn't have a # key, do likeAnil Madhavapeddy
MacOS X and map it to Option-3. ok maja@
2002-06-16Oops, uncomment wsdisplay at vga, commented out by mistake last time.Miod Vallat
2002-06-16Increase XL_TIMEOUT from 1000 -> 2000. No longer get those pesky "commandAaron Campbell
never completed!" messages with my 3c905b. (This is also the value that the Linux driver uses.)
2002-06-16Missing braces around else case, fixes a kernel crash introduced in r1.5 ifAaron Campbell
a non-existent interface is passed to "pfctl -l". Reported by grange@disorder.ru.
2002-06-16When processing the KERN_VNODE sysctl, the kernel builds a packed structure,Miod Vallat
while pstat(8) expects a C structure abiding the regular structure packing rules. This caused pstat -v to break on powerpc. Unbreak the confusion by defining the structure in a common header file, and having the kernel use it. ok millert@ deraadt@
2002-06-16defining cdev_*_init over other unrelated device's cdev_*_init is very very badMichael Shalayeff
2002-06-16implement kqueue for audio; tested on wiggy and niels@ okMichael Shalayeff
2002-06-16forgot copyright, pointed out by christos@netbsdNiels Provos
2002-06-15Check the correct variable when freeing the RX/TX lists.Aaron Campbell
2002-06-15Don't advertise hostap as an allowed media type for firmware < 0.80Todd C. Miller
Hopefully this will confuse people with crufty firmware a little less than the old behavior. Supposedly it is possible to get hostap working on prism firmware 0.7.6 but I'm not going to attempt that at this time.
2002-06-15Decruftification.Artur Grabowski
We will never have a.out kernels. We will never have 32-bit kernels. We will never have sun4c, sun4 and sun4m support in the sparc64 kernels. We don't need support old netbsd libc. The cpu will never be identified as some of the sun4c and sun4m types. We don't need the gazillion of fields in cpuinfo that the sparc port uses. Just generally remove dead code. This is just a first step in making this meess readable.
2002-06-15Move ATA SMART defines to atactl.Grigoriy Orlov
No kernel parts use this constants. From Alexander Yurchenko <grange@rt.mipt.ru>
2002-06-15unmap/free memory as well on detach.Federico G. Schwindt
2002-06-15GPR400 smartcard reader driver, some stuff still missing.Federico G. Schwindt
jason@ commented on it.
2002-06-15unnecessary () on castJason Wright
2002-06-15bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). ThanksAaron Campbell
to todd@ and camiel@ for trying it, too.
2002-06-15Transparent IPsec processing on the bridge; for now works only withAngelos D. Keromytis
static keys.