Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-08-07 | mklocale tool, from NetBSD/citrus, not yet linked in. | 5 | -0/+1377 | ||
okay deraadt@ | |||||
2005-08-07 | grr. wrong Makefile. | 1 | -22/+22 | ||
do not bother building locale with encoding != none for now. | |||||
2005-08-07 | Add LC_CTYPE locale sources, not yet linked in. | 42 | -0/+14939 | ||
(from citrus). okay deraadt@ | |||||
2005-08-07 | Remove advertising clause from UCB licenses; ok deraad@ | 21 | -126/+42 | ||
2005-08-07 | Simplify code by calling error() from inside buf_* functions rather | 3 | -67/+43 | ||
than always testing the return code and calling error() from the caller. From a diff by moritz@, ok henning@. | |||||
2005-08-07 | malloc svr4_utsname struct as needed instead of on stack; ok millert | 1 | -11/+14 | ||
2005-08-06 | move to ksh(1) style. | 1 | -24/+24 | ||
discussed with many, ok jmc@ | |||||
2005-08-06 | zap rcsid. | 47 | -375/+234 | ||
split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@ | |||||
2005-08-06 | replace port number 8025 w/ symbolic `spamd'; | 3 | -10/+9 | ||
ok krw@ deraadt@ diff from ray lai; | |||||
2005-08-06 | overhaul the grf driver: | 8 | -293/+289 | ||
- Simplify grfmv_phys() to work like grfiv_phys(), and eliminate the second argument to both, as we don't use it anyway. - Handle fbbase and fboff consistently throughout. - Eliminate grfaddr() by pulling it into grfmmap(), which is the only place it was used, previously. - grfmap() now gets the physical address of the framebuffer from the appropriate driver, rather than try to compute it by itself. Be careful with aligning the base to a page address and increase the length of the mapped region appropriately. - Store the PA of the framebuffer in the softc. This eliminates the need for the sc_phys callback; we can just store the PA in the grfbus attach args, rather than a function pointer, which simplifies the code nicely. - Disable Valkyrie interrupts on the Quadra 630 - New and improved console framebuffer initialization and autoconfig. This resolves a great many issues, including Performa 58x interrupt handling and offset displays on some models. - Remove unused grf ioctls - Some KNF and other minor things help and ok miod@ from NetBSD | |||||
2005-08-06 | while checking for an aux port, if we timeout waiting for our test | 1 | -1/+13 | ||
data to echo back, send KBC_AUXWRITE and send the test again required to find the aux port on the oqo model 01 ok mickey@ and miod@ | |||||
2005-08-06 | tell people that atexit is bad; ok jmc | 1 | -1/+7 | ||
2005-08-06 | use perfect options for actual floppy newfs | 2 | -4/+4 | ||
2005-08-06 | Remove 16 bit mode_t leftover in syscall processing. | 1 | -22/+1 | ||
ok deraadt@ | |||||
2005-08-06 | Document M_CANFAIL and sync M_xxx types; | 1 | -14/+27 | ||
prodded by beck@, feedback jmc@, ok deraadt@ | |||||
2005-08-06 | fix use after free, netbsd pr 30832, from phirerunner@comcast.net | 1 | -4/+4 | ||
2005-08-06 | zap rcsid. It's not ramdisk, but they still take space. | 4 | -38/+4 | ||
2005-08-06 | We do not need a char machine_arch[] constant. | 11 | -26/+16 | ||
ok deraadt@ | |||||
2005-08-06 | add ifstated.conf(5) to SEE ALSO; | 1 | -2/+3 | ||
2005-08-06 | Model 360 does not have a PAC. | 1 | -5/+4 | ||
2005-08-06 | correct some spellos | 1 | -3/+3 | ||
2005-08-06 | If a process has trashed its stack, use sigexit() instead of psignal() to | 4 | -39/+17 | ||
terminate it with prejudice, as done in native sendsig(). Plus you get a memory leak in COMPAT_HPUX on m68k fixed for free. review art@ test martin@ | |||||
2005-08-06 | Unbreak sshd ListenAddress for bare IPv6 addresses. | 1 | -1/+7 | ||
Report from Janusz Mucka; ok djm@ | |||||
2005-08-06 | In cache_flush(), after testing for curproc != NULL, do not use curproc | 1 | -2/+1 | ||
blindly... | |||||
2005-08-06 | new manpage for ifstated.conf written with mpf@ | 2 | -2/+217 | ||
comments and help from jmc@, commitski henning@ | |||||
2005-08-06 | DIOCRDELTABLES modifies pfrio_ndel, not _nadd. | 1 | -2/+2 | ||
2005-08-06 | add HISTORY; ok jmc | 1 | -1/+8 | ||
2005-08-06 | - macro, punctuation, and rewording tweaks | 4 | -18/+21 | ||
- avoid first person. ok jmc | |||||
2005-08-06 | sync function prototypes to reality; ok jmc | 1 | -4/+5 | ||
2005-08-06 | Improved X40 kludge, tested by djm@. | 1 | -1/+2 | ||
Any X40 users still having problems after this mail me. | |||||
2005-08-05 | document "set skip on" in the BNF grammar, from David Krause | 1 | -1/+2 | ||
2005-08-05 | when i did the cleanup and switched to http 1.1, i forgot to add chunked | 1 | -5/+4 | ||
support. while it's being tested switch to 1.0. noticed and tested by nick@. | |||||
2005-08-05 | correct io base/limit registers handling. from mycroft. only affects | 2 | -38/+28 | ||
multi function cards for now. this fixes the Novatel Wireless Merlin UMTS Modem reported by Bolke de Bruin <bdbruin at aub dot nl> tested by several ppl, commit deraadt@. | |||||
2005-08-05 | Add one more Compaq Smart Array 6i. | 1 | -1/+2 | ||
Found in an HP DL380 G4 and works nicely. OK mickey@ | |||||
2005-08-05 | regen. | 2 | -2/+7 | ||
2005-08-05 | Add one more Compaq Smart Array 6i. | 1 | -1/+2 | ||
OK mickey@ | |||||
2005-08-05 | remove duplicate privsep prototypes and put all | 2 | -10/+4 | ||
of them into privsep.h. ok krw@ henning@ | |||||
2005-08-05 | increase ebuf[] size in cvs_vlog() wrt strerror(3) return value; | 1 | -2/+2 | ||
ok jfb@. | |||||
2005-08-05 | fix cac comment | 1 | -2/+2 | ||
2005-08-05 | more key handling stuff. | 1 | -29/+60 | ||
2005-08-05 | For tcpmd5 rules the keyword "key" changed to "authkey" | 4 | -7/+7 | ||
2005-08-05 | prepare for authentication and encryption keys, not used yet. | 5 | -33/+42 | ||
2005-08-05 | - missing m_free() | 1 | -4/+2 | ||
- drop unused define from NetBSD | |||||
2005-08-05 | - -f valid for gzsig sign too | 3 | -24/+25 | ||
- tidy up SYNOPSIS and AUTHORS - sort options - sync usage() | |||||
2005-08-05 | simplify a bit. | 1 | -10/+7 | ||
2005-08-05 | occured -> occurred; | 1 | -3/+3 | ||
2005-08-05 | zap rcsid | 53 | -364/+53 | ||
2005-08-05 | - remove rcsid | 30 | -302/+32 | ||
- put all the YPMATCHCACHE code into a #ifdef, proper - remove all extra header files that are not needed okay deraadt@ | |||||
2005-08-05 | don't panic for SADB_ADD w/o enc/auth, with and ok hshoexer@ | 1 | -1/+7 | ||
2005-08-05 | sync | 20 | -19/+58 | ||