Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-17 | ansi | Theo de Raadt | |
2002-09-17 | print out the ccr and rctr | Michael Shalayeff | |
2002-09-17 | add ad1981a id; from hunter@dg.net.ua | Michael Shalayeff | |
2002-09-17 | match on ich4; from hunter@dg.net.ua | Michael Shalayeff | |
2002-09-17 | 6 year old typo in _KERN_DO_ELF | Miod Vallat | |
2002-09-17 | Repair m68k cross-ld - the cross building environment makes some magic | Miod Vallat | |
unnecessary now. | |||
2002-09-17 | Prevent the a.out cross-ld from building rtld too early in the build. | Miod Vallat | |
2002-09-17 | Fix commit botch that deleted '#' at beginning of '$OpenBSD$' tag line. | Kenneth R Westerback | |
2002-09-17 | easier "self" implementation. | Henning Brauer | |
no functional changes ok pb@ | |||
2002-09-17 | deal w/ the dma in a special thread to follow the busdma semantics. this ↵ | Michael Shalayeff | |
fixes panics on unaligned physio; w/ help and testing from daniel@lucq.org | |||
2002-09-17 | Work around a vax-specific problem where mmap()ing large amount of memory | Miod Vallat | |
would cause a panic. To do so, instead of panic'ing in pmap_protect() if the pages which are supposed to be used for the mapping are out of the affordable pmap limits, just return, and handle this in pmap_enter, by either returning EFAULT if pmap_enter has been invoked with PMAP_CANFAIL, or panicing there if there is no escape. ok art@ | |||
2002-09-17 | I sense too much cut 'n paste. | Artur Grabowski | |
Allow this to build with DEBUG. | |||
2002-09-17 | undo local change, HMAC_Init() already does HMAC_CTX_init if(key && md) | Markus Friedl | |
2002-09-17 | int is small for returned values from uvm_rb_{space,subtree_space}, use | Mike Pechkin | |
vsize_t instead. art@ ok | |||
2002-09-17 | move __syscall prototype into unistd.h (like everybody else) and avoid ↵ | Michael Shalayeff | |
private protos for it everywhere; millert@ ok | |||
2002-09-17 | use a different name for __syscall(); millert@ miod@ niklas@ ok | Michael Shalayeff | |
2002-09-17 | Ruthlessly expunge unnecessary verbiage and whitespace to make sure | Kenneth R Westerback | |
the install example will easily fit on the CD insert at some reasonable font size. Reword many messages and questions for same reason. In addition: 1) Add '...done.' to match 'Installing boot block...' 2) During install, after asking which is the root disk, start initializing it immediately rather than asking again which disk to work on. 3) Move munged fstab filesystem mounting to *before* network initialization so that if you bail out during network initialization and restart you do not have to go through disk initialization again. Also puts fsck and mount messages close to each other rather than spitting out the latter just before root password questions. 4) Make 'usr/obj' nosuid,nodev by default, /home nodev by default. 5) For network interfaces only show the complete list of media options if the user indicates they want to change the default. 6) Move the question about the ftp server supporting passive ftp to *after* selecting the ftp server where it is more 'rational' and can easily be made more concise. 7) Don't bother umount'ing filesystems or stopping the dhclient after a successful install/upgrade. The next step is a reboot after all. Some minor code tweaks and comment cleanup while in the area. Tested in recent snapshots. Suggested by & ok deraadt@. | |||
2002-09-17 | mickey, did you not look at the output? | Theo de Raadt | |
2002-09-17 | don't quit while creating X11 listening socket. | Jun-ichiro itojun Hagino | |
http://mail-index.netbsd.org/current-users/2002/09/16/0005.html got from portable. markus ok | |||
2002-09-17 | typo | Jun-ichiro itojun Hagino | |
2002-09-17 | correct possible buffer overrun in setlocale(x, y) where y is supplied from | Jun-ichiro itojun Hagino | |
outside. see NetBSD SA2002-012. | |||
2002-09-17 | split white space and single line policy processing into separate | Jun-ichiro itojun Hagino | |
functions. from provos | |||
2002-09-17 | daemon should not change the directory. from provos | Jun-ichiro itojun Hagino | |
2002-09-17 | handle fpu exceptions properly, might use a regress, i guess | Michael Shalayeff | |
2002-09-17 | Until vgafb on macppc properly support non-console operation, do | Dale Rahn | |
not allow it to execute code which could panic the otherwise booting system. | |||
2002-09-17 | Switch device register routine from last match to first match. Fixes | Hugh Graham | |
problems one of my machines was having with phantom scsi luns and no way to discern which one was the boot device. | |||
2002-09-17 | fix 64bit warnings; ok millert fgsch | Peter Valchev | |
2002-09-16 | reference moduli(5) in FILES /etc/moduli. | Kevin Steves | |
2002-09-16 | add -elapsed to usage() for USE_TOD, too | Markus Friedl | |
2002-09-16 | more details on X11Forwarding security issues and threats; ok markus@ | Kevin Steves | |
2002-09-16 | log when _PATH_NOLOGIN exists; ok markus@ | Kevin Steves | |
2002-09-16 | sync with 0.9.7-beta3 | Markus Friedl | |
2002-09-16 | remove old files | Markus Friedl | |
2002-09-16 | remove generated file (from -beta3) | Markus Friedl | |
2002-09-16 | __syslog__ format attribute: same as printf, except for -pedantic, as %m is | Marc Espie | |
leggit. there will be a commit soon that uses this, so update your compiler now, or risk having problems compiling soon. ok millert@, deraadt@ | |||
2002-09-16 | Limit buffer cache size to 35% kvm, not 70. | Artur Grabowski | |
drahn@ ok | |||
2002-09-16 | give up on putting the sccs[] variable before the version[] string. | Theo de Raadt | |
often, compiler alignment frobbing causes this to fail. instead, just form our own sccs[] string. | |||
2002-09-16 | It's more convinient to spell convinient as ``convenient'', actually. | Miod Vallat | |
2002-09-16 | periodically save policies that have been modified. from provos | Jun-ichiro itojun Hagino | |
>here is a diff that will cause systrace to periodically save policies >that have been modified. Useful if you run systrace on an xterm and >kill it accidently. Or other applications like opera that are long >running and can cause weird crashes. | |||
2002-09-16 | o Remove "NONE" #define and check uid_t and gid_t against -1 with proper casts | Todd C. Miller | |
o Don't call chown/fchown if neither uid nor gid was specified o Fix check for symlinks in non-verbose mode o Add DPRINTF macro to simplify code in verbose mode o Print B and F flags in -v and -n modes o Add a leading tab to lines printed in -n mode for clarity | |||
2002-09-16 | Resync siop with NetBSD. Make strong effort to minimize | Kenneth R Westerback | |
differences, undoing whitespace, spelling, etc. changes and adopting the NetBSD code instead of equivalent home grown code for PPR negotiation, etc. siop.c 1.21 -> 1.64 siop_common.c 1.12 -> 1.30 siopreg.h 1.7 -> 1.13 siopvar.h 1.13 -> 1.18 siopvar_common.h 1.10 -> 1.21 ncr53cxxx.c 1.5 -> 1.10 siop.ss 1.12 -> 1.17 siop_pci.c 1.8 -> 1.11 siop_pci_common.c 1.6 -> 1.17 siop_pci_common.h 1.2 -> 1.4 Many fixes, add 1010-66 support, restructure things to prepare for addition of esiop, osiop and oosiop drivers. tested on various archs by art@, millert@, wilfried@, jason@, Dan Weeks. ok deraadt@. | |||
2002-09-16 | Sync (siop device changes). | Kenneth R Westerback | |
2002-09-16 | Update siop devices to include 1010-66 (66Mhz PCI Ultra3 chip). | Kenneth R Westerback | |
From NetBSD. First step in siop update/resync. | |||
2002-09-15 | don't add undo records when we open a file, only when we insert it. | Vincent Labrecque | |
ok deraadt@ | |||
2002-09-15 | make it at least compile; parts from maurice@amaze.nl | Theo de Raadt | |
2002-09-15 | no license; i told you guys i mean it | Theo de Raadt | |
2002-09-15 | Add a license from the author Timo Rossi <trossi@co.jyu.fi> | Artur Grabowski | |
2002-09-15 | consistency | Henning Brauer | |
2002-09-15 | don't forget to mention options in the always famous "Rules must be in order" | Henning Brauer | |
2002-09-15 | Signal fixes from ericj@monkey.org via dugsong@monkey.org | Jun-ichiro itojun Hagino | |
via provos |