Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-29 | cyclone pci700 | Michael Shalayeff | |
2001-11-29 | Replace strncpy() calls with adequate strlcpy() ones, and fix a cosmeto. | Miod Vallat | |
jason@ ok | |||
2001-11-29 | Kernel mappings (pmap_kenter_pa) should not be entered into the pv list. | Dale Rahn | |
2001-11-29 | use ipv6 when possible; transparent if you don't have ipv6 enabled | Todd T. Fries | |
..without this, client only connects to remote ipv4 smtp sites, and yes, localhost is a 'remote' site during testing. millert@ ok. | |||
2001-11-29 | vell.nsc.ru->ftp.openbsd.ru there as well. | Miod Vallat | |
2001-11-29 | Bunch of bug fixes from NetBSD. | Artur Grabowski | |
Mostly dealing with holes in files. | |||
2001-11-29 | sc must be initialized. | Hakan Olsson | |
2001-11-29 | Make sure the nfs vnodes are on the syncer worklist. | Artur Grabowski | |
2001-11-29 | oops | Artur Grabowski | |
2001-11-29 | o) RFORK_FDSHARE is option; Spotted by grange@grange.ru; | Mike Pechkin | |
o) xntpd -> ntpd; millert@ ok | |||
2001-11-29 | funcs in netinet/ip_ether.c is referenced even without ipsec | Jun-ichiro itojun Hagino | |
2001-11-29 | etherip_output() is called from in_gif.c, therefore is outside of #ifdef IPSEC | Jun-ichiro itojun Hagino | |
2001-11-29 | Fix for thinko that was caught in code review, error was found 3x, however | Dale Rahn | |
it was fixed 2x, leaving one instance of the error. | |||
2001-11-29 | Ooops. Revert part of the last commit that was completly wrong and wasn't ↵ | Artur Grabowski | |
supposed to be committed. | |||
2001-11-29 | typo | Michael Shalayeff | |
2001-11-29 | Make sure the whole buffer is initialized before calling bgetvp. | Artur Grabowski | |
Recommended by csapuntz@ | |||
2001-11-29 | Correctly handle b_vp with bgetvp and brelvp in {get,put}pages. | Artur Grabowski | |
Prevents panics caused by vnodes being recycled under our feet. | |||
2001-11-29 | Use getifaddrs(3) instead of SIOCGIFCONF, SIOCGIFADDR, SIOCGIFNETMASK, | Todd C. Miller | |
and SIOCGIFFLAGS ioctl()s. Fixes an alignment bug on alpha with a certain number of network interfaces (and simplifies the code tremendously). Based on a patch from Chris Jepeway. | |||
2001-11-29 | Restore historic behavior: | Todd C. Miller | |
o don't fmt lines that start with '.' to avoid hosing *roff o add -n flag to disable above behavior (undocumented feature in old fmt) Patch from Ruslan Ermilov (FreeBSD) | |||
2001-11-28 | don't generate an error if setting the gid/uid doesn't actually change | Jakob Schlyter | |
the gid/uid. among other things, this eliminates tons of warnings when unpacking a tar file in an msdos fs. from NetBSD. ok millert@, fgs@. | |||
2001-11-28 | Some minor format beautification from FreeBSD and add the AUTHORS | Todd C. Miller | |
section back in. | |||
2001-11-28 | from FreeBSD: | Todd C. Miller | |
Some KNF Call setlocale() Remove some silliness for non-BSD systems | |||
2001-11-28 | remove unused var | Eric Jackson | |
2001-11-28 | Add tag line. Thanks to David Krause | Constantine Sapuntzakis | |
2001-11-28 | KNF | Jason Wright | |
2001-11-28 | Sync in more uvm from NetBSD. Mostly just cosmetic stuff. | Artur Grabowski | |
Contains also support for page coloring. | |||
2001-11-28 | somebody forgot something | Michael Shalayeff | |
2001-11-28 | revert hardware breakage | Todd T. Fries | |
2001-11-28 | avoid possible infinite loop in sosend() on 64bit systems. - from netbsd | Eric Jackson | |
art@ ok | |||
2001-11-28 | grr... include bpfilter.h for NBPFILTER | Jason Wright | |
2001-11-28 | regen | Artur Grabowski | |
2001-11-28 | more typedef zapping vm_page_t -> struct vm_page * | Artur Grabowski | |
2001-11-28 | zap some typedefs. | Artur Grabowski | |
vm_map_t -> struct vm_map * vm_map_entry_t -> struct vm_map_entry * simple_lock_data_t -> struct simplelock (uvm not done yet, coming in the next commit) | |||
2001-11-28 | Make pmap_update functions into nops so that we can have a consistent | Artur Grabowski | |
pmap_update API (right now it's nop). | |||
2001-11-28 | Don't use pmap_update when we mean tlbflush. make pmap_update into a noop. | Artur Grabowski | |
2001-11-28 | more sync to netbsd. some bugfixes in uvm_km_kmemalloc, lots of fixes in ↵ | Artur Grabowski | |
uvm_loan. | |||
2001-11-28 | make pmap_virtual_space madatory in all pmaps. | Artur Grabowski | |
2001-11-28 | pmap_kenter_pgs is not used and not really useful. remove. | Artur Grabowski | |
2001-11-28 | pmap_kenter_pgs(.., 1) is pointless. pmap_kenter_pa instead. | Artur Grabowski | |
2001-11-28 | avoid "thundering herd" problem in accept by waking just one process. | Niels Provos | |
based on freebsd. okay art@ markus@ | |||
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski | |
This time we're getting rid of KERN_* and VM_PAGER_* error codes and use errnos instead. | |||
2001-11-28 | typo in sockopt level name (ipsec6 related) | Jun-ichiro itojun Hagino | |
2001-11-28 | No NFS installation support, hence do not mention NFS instructions. | Miod Vallat | |
2001-11-28 | SB Live! and Trident 4DWAVE are supported. | Miod Vallat | |
Also, clarify the Promise controller description (suggested by nick@) | |||
2001-11-28 | be sure to call ether_ioctl, like everyone else. | Jason Wright | |
also, complain if we don't get an interrupt established. current state: be doesn't interrupt, qe gets rx/tx sbus dma errors *sigh* | |||
2001-11-28 | rewrite large chunks of intr_establish to make it more clear what's going on. | Jason Wright | |
Also, while here, fix a work around (hack) for the problem of more than 3 devices sharing a particular level (make a copy of the interrupt handler rather than modifying the one added to the pil table). This allows qec+qe (and probably qfe) to get through autoconf without hanging. | |||
2001-11-28 | from enami@netbsd: | Niels Provos | |
Give different names for different wait channels | |||
2001-11-28 | Catch SIGINT in sendmessage() so user can interupt a long message | Todd C. Miller | |
that is being output. Make statusput() return an int and return -1 if ferror() | |||
2001-11-28 | Bug fixes from NetBSD. | Artur Grabowski | |
In flush_inodedep_deps - release the lock before sleep. When allocating a pagecache dependency buffer - make sure it's always correctly initialized. | |||
2001-11-28 | Fix typo; SIGTTIN where SIGINT meant and rename a variable for clarity. | Todd C. Miller | |