Age | Commit message (Expand) | Author |
2001-05-18 | Convert lseek/{read,write} pairs into pread and pwrite. | Artur Grabowski |
2001-05-18 | treat two exits for a return | Michael Shalayeff |
2001-05-18 | Remove a duplicate variable initialization in vunmapbuf(), and remove | Miod Vallat |
2001-05-18 | why exit if returns | Michael Shalayeff |
2001-05-18 | why exit if returns | Michael Shalayeff |
2001-05-18 | return(0) is less than exit(0) | Michael Shalayeff |
2001-05-18 | a few harmless cleanups | Michael Shalayeff |
2001-05-18 | adapt to use pool | Niels Provos |
2001-05-17 | no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.de | Markus Friedl |
2001-05-17 | Repair a fprintf message lacking one parameter. | Miod Vallat |
2001-05-17 | - don't claim to register to accelerate ipsec functions when this driver | Brad Smith |
2001-05-17 | don't copy past end of record in readdir_r (ok by art) | Jim Rees |
2001-05-17 | Insert comma missing from r1.11 commit; found by beck@. | Aaron Campbell |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-17 | fix memory leak on ipv6 reass failure. sync with kame | Jun-ichiro itojun Hagino |
2001-05-17 | Add COMPAT_23 and COMPAT_25. Also mention COMPAT_NETBSD (which | Todd C. Miller |
2001-05-17 | nsphyter here too | Jason Wright |
2001-05-17 | add nsphyter | Jason Wright |
2001-05-17 | Only amiga install docs had the word "harddisk" in one word. Changed. | Janne Johansson |
2001-05-17 | Implement pcic_delay, it uses tsleep for large delays to avoid | Federico G. Schwindt |
2001-05-17 | - mention random subsystem. | Brad Smith |
2001-05-17 | 128PCI -> PCI128 | Brad Smith |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev |
2001-05-17 | remove bcopyb and bcopyw, they're not used nowdays; mickey@ aaron@ ok. | Federico G. Schwindt |
2001-05-16 | entry,leaf_entry proper | Michael Shalayeff |
2001-05-16 | remove BUGS section, since i've made it work | Michael Shalayeff |
2001-05-16 | use ac97_set_rate, auvia can use it too, cannot test it though | Michael Shalayeff |
2001-05-16 | add surrond, center and lfe ports (per 2.2 spec). | Michael Shalayeff |
2001-05-16 | define power register bits | Michael Shalayeff |
2001-05-16 | Hook up various wscons related stuff and enable the smg framebuffer. | Hugh Graham |
2001-05-16 | Blind merge of wscons support from NetBSD/vax. Perhaps someone with a | Hugh Graham |
2001-05-16 | more select() error fixes (don't set rfd/wfd to -1). | Markus Friedl |
2001-05-16 | check for open sessions before we call select(); fixes the x11 client | Markus Friedl |
2001-05-16 | Missed conversion of sys___osemctl, sys_omsgctl, sys_oshmctl, to compat_23 | Todd C. Miller |
2001-05-16 | return comments for private pem files, too; report from nolan@naic.edu | Markus Friedl |
2001-05-16 | it is not right to malloc() w/ WAITOK at attach time, put back NULL check and... | Michael Shalayeff |
2001-05-16 | it is not right to malloc() w/ WAITOK at attach time, put back NULL check and... | Michael Shalayeff |
2001-05-16 | malloc memory w/ NOWAIT during autoconf time, and check for NULL | Michael Shalayeff |
2001-05-16 | it is notright to malloc() w/ WAITOK at attach time, put back NULL check and... | Michael Shalayeff |
2001-05-16 | it is notright to malloc() w/ WAITOK at attach time, put back NULL check and... | Michael Shalayeff |
2001-05-16 | allocate memory w/ NOWAIT during autoconf time and check for NULL return | Michael Shalayeff |
2001-05-16 | allocate memory w/ NOWAIT during autoconf time and check for NULL return | Michael Shalayeff |
2001-05-16 | call malloc w/ NOWAIT and check for NULL return | Michael Shalayeff |
2001-05-16 | Use PMAP_NEW if UVM is defined. | Todd C. Miller |
2001-05-16 | PMAP_NEW support; thorpej@netbsd.org | Todd C. Miller |
2001-05-16 | Fix vax to work with recent pmap_change_wiring() -> pmap_unwire() | Hugh Graham |
2001-05-16 | regen for COMPAT_2{3,5} | Todd C. Miller |
2001-05-16 | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | Todd C. Miller |
2001-05-16 | Use dm_mapsize instead of homegrown one; jason@ ok. | Federico G. Schwindt |
2001-05-16 | indentation nit. | Artur Grabowski |