summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-05-20Generate assym from a genassym.cf file instead of a C program.Miod Vallat
2001-05-20Rename entry so it fits in the vmstat -m output.Angelos D. Keromytis
2001-05-19make it compile for DEBUGNiels Provos
2001-05-18Use pool_page_alloc_nointr() and pool_page_free_nointr() since theyTodd C. Miller
2001-05-18stupidous debug was left enabledMichael Shalayeff
2001-05-18Remove a duplicate variable initialization in vunmapbuf(), and removeMiod Vallat
2001-05-17Insert comma missing from r1.11 commit; found by beck@.Aaron Campbell
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
2001-05-17fix memory leak on ipv6 reass failure. sync with kameJun-ichiro itojun Hagino
2001-05-17nsphyter here tooJason Wright
2001-05-17add nsphyterJason Wright
2001-05-17Implement pcic_delay, it uses tsleep for large delays to avoidFederico G. Schwindt
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
2001-05-17remove bcopyb and bcopyw, they're not used nowdays; mickey@ aaron@ ok.Federico G. Schwindt
2001-05-16entry,leaf_entry properMichael Shalayeff
2001-05-16use ac97_set_rate, auvia can use it too, cannot test it thoughMichael Shalayeff
2001-05-16add surrond, center and lfe ports (per 2.2 spec).Michael Shalayeff
2001-05-16define power register bitsMichael Shalayeff
2001-05-16Hook up various wscons related stuff and enable the smg framebuffer.Hugh Graham
2001-05-16Blind merge of wscons support from NetBSD/vax. Perhaps someone with aHugh Graham
2001-05-16Missed conversion of sys___osemctl, sys_omsgctl, sys_oshmctl, to compat_23Todd C. Miller
2001-05-16it is not right to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16it is not right to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16malloc memory w/ NOWAIT during autoconf time, and check for NULLMichael Shalayeff
2001-05-16it is notright to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16it is notright to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16allocate memory w/ NOWAIT during autoconf time and check for NULL returnMichael Shalayeff
2001-05-16allocate memory w/ NOWAIT during autoconf time and check for NULL returnMichael Shalayeff
2001-05-16call malloc w/ NOWAIT and check for NULL returnMichael Shalayeff
2001-05-16Use PMAP_NEW if UVM is defined.Todd C. Miller
2001-05-16PMAP_NEW support; thorpej@netbsd.orgTodd C. Miller
2001-05-16Fix vax to work with recent pmap_change_wiring() -> pmap_unwire()Hugh Graham
2001-05-16regen for COMPAT_2{3,5}Todd C. Miller
2001-05-16Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.Todd C. Miller
2001-05-16Use dm_mapsize instead of homegrown one; jason@ ok.Federico G. Schwindt
2001-05-16indentation nit.Artur Grabowski
2001-05-16Bring chip out of suspend mode in case we're booting after a shutdown fromAaron Campbell
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16Use pool to allocate struct filedesc0 and struct file.Artur Grabowski
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16use SMALL_KERNEL optionTheo de Raadt
2001-05-16Introduce a new kernel option "SMALL_KERNEL" that will be used to keep theArtur Grabowski
2001-05-16shorten by one byte :-)Theo de Raadt
2001-05-16use dma_mapsize now that's available.Federico G. Schwindt
2001-05-16Don't clobber ip_sum; ip_output always sets this to 0 before callingFederico G. Schwindt
2001-05-16dump private extended ac97 reg defsMichael Shalayeff
2001-05-16split codec vendor/product into separate tables,Michael Shalayeff
2001-05-16extended registers are now in ac97.hMichael Shalayeff