summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-18Convert lseek/{read,write} pairs into pread and pwrite.Artur Grabowski
from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>.
2001-05-18treat two exits for a returnMichael Shalayeff
2001-05-18Remove a duplicate variable initialization in vunmapbuf(), and removeMiod Vallat
unncessary lint /*ARGSUSED*/ hint. art@ ok
2001-05-18why exit if returnsMichael Shalayeff
2001-05-18why exit if returnsMichael Shalayeff
2001-05-18return(0) is less than exit(0)Michael Shalayeff
2001-05-18a few harmless cleanupsMichael Shalayeff
2001-05-18adapt to use poolNiels Provos
2001-05-17no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.deMarkus Friedl
2001-05-17Repair a fprintf message lacking one parameter.Miod Vallat
Found by having a look at the recent TPE patches, which fixes libkvm but not libkvm.old...
2001-05-17- don't claim to register to accelerate ipsec functions when this driverBrad Smith
does not do so at the moment. - for now remove man page crossreferences for crypto related functions. -- Pointed out by: jason@ & deraadt@
2001-05-17don't copy past end of record in readdir_r (ok by art)Jim Rees
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
okay art@ miod@
2001-05-17fix memory leak on ipv6 reass failure. sync with kameJun-ichiro itojun Hagino
2001-05-17Add COMPAT_23 and COMPAT_25. Also mention COMPAT_NETBSD (whichTodd C. Miller
should really has its own compat_netbsd(8) but does not).
2001-05-17nsphyter here tooJason Wright
2001-05-17add nsphyterJason Wright
2001-05-17Only amiga install docs had the word "harddisk" in one word. Changed.Janne Johansson
Also, replace "scsi controller" with "hard disk controller" since it could in theory be an IDE controller.
2001-05-17Implement pcic_delay, it uses tsleep for large delays to avoidFederico G. Schwindt
momentary freezes. deraadt@ ok. Thanks to millert@ and mickey@.
2001-05-17- mention random subsystem.Brad Smith
- random(9) -> random(4) - reorder man page crossreferences.
2001-05-17128PCI -> PCI128Brad Smith
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
Discussed with pjanzen@
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-16remove BUGS section, since i've made it workMichael 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
provide set_rate function, per 2.2 spec.
2001-05-16define power register bitsMichael Shalayeff
2001-05-16Hook up various wscons related stuff and enable the smg framebuffer.Hugh Graham
Also contemplate the curious clr device, wherefor art thine code?
2001-05-16Blind merge of wscons support from NetBSD/vax. Perhaps someone with aHugh Graham
supported framebuffer (simple monochrome) can finish this off. If anyone has run across docs for LCG or SPGFX, please get in touch.
2001-05-16more select() error fixes (don't set rfd/wfd to -1).Markus Friedl
2001-05-16check for open sessions before we call select(); fixes the x11 clientMarkus Friedl
bug reported by bowman@math.ualberta.ca
2001-05-16Missed conversion of sys___osemctl, sys_omsgctl, sys_oshmctl, to compat_23Todd C. Miller
2001-05-16return comments for private pem files, too; report from nolan@naic.eduMarkus Friedl
2001-05-16it is not right to malloc() w/ WAITOK at attach time, put back NULL check ↵Michael Shalayeff
and change to NOWAIT
2001-05-16it is not right to malloc() w/ WAITOK at attach time, put back NULL check ↵Michael Shalayeff
and change to NOWAIT
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 ↵Michael Shalayeff
and change to NOWAIT
2001-05-16it is notright to malloc() w/ WAITOK at attach time, put back NULL check ↵Michael Shalayeff
and change to NOWAIT
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
changes. Mostly from NetBSD.
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
Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there.
2001-05-16Use dm_mapsize instead of homegrown one; jason@ ok.Federico G. Schwindt
2001-05-16indentation nit.Artur Grabowski