Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-30 | Don't cast to int when checking if we have exceeded our rlimit in sbrk. | Artur Grabowski | |
Plus misc cleanup. | |||
2000-06-30 | Remove redundant declaration of nfs_init. | Artur Grabowski | |
2000-06-30 | Convert to use new timeout API. | Artur Grabowski | |
2000-06-30 | Convert some parts to new timeouts. | Artur Grabowski | |
2000-06-30 | Convert to new timeouts. | Artur Grabowski | |
2000-06-29 | no longer needed; good riddance for static archs | Todd T. Fries | |
2000-06-29 | escape -1 with \& as per mdoc.samples | Hugh Graham | |
2000-06-29 | bcmp.S bye-bye; use generic bcmp.c version which is as good as this one | Michael Shalayeff | |
2000-06-29 | do not use <string.h> for _STANDALONE | Michael Shalayeff | |
2000-06-29 | fix building bzero out of memset.c; from miod@ | Michael Shalayeff | |
(that makefile:kerndir fix was needed to build the kernel ;) | |||
2000-06-29 | in order to build bzero from memset KERNDIR has to be exported. | Michael Shalayeff | |
i think other archs can adopt this instead of using .s versions. also compress arguments to make in fewer lines, so they do not abuse screen space. | |||
2000-06-29 | do not use <string.h> for _STANDALONE, like others | Michael Shalayeff | |
2000-06-29 | Fix a bad example. We don't want to suggest that people pass | Todd C. Miller | |
a string to err that could have % escapes in it. | |||
2000-06-29 | after computing the hash value, inform the card [delete-o from when this | Jason Wright | |
was imported]. Also, backout previous. | |||
2000-06-29 | Allow USB to compile with USB_DEBUG defined; binkertn@umich.edu | Aaron Campbell | |
2000-06-29 | .Nm -> .Xr; from deraadt@ | Aaron Campbell | |
2000-06-29 | regen | Niklas Hallqvist | |
2000-06-29 | Devices found in a Sony VAIO PCG/XG28 | Niklas Hallqvist | |
2000-06-29 | Prune some obsolete defines, in particular VT100. Eventually curses will | Paul Janzen | |
replace termios. Use system-defined limits for path lengths and usernames. Use strlcpy() for convenience and to avoid a possible buffer overflow or two. Various small tweaks. | |||
2000-06-29 | use SEEK_SET; improve an error message. | Paul Janzen | |
2000-06-29 | use errx(), tabify, and add -o option for original, old dodecahedron play. | Paul Janzen | |
(Last feature requested vehemently by Darren Leigh.) | |||
2000-06-29 | oops, a typo got into there | Theo de Raadt | |
2000-06-29 | remove legacy over-general :{B} match for MAC addresses, fixing filters like ↵ | Dug Song | |
'arp[6:2] = 2'. ok angelos@ | |||
2000-06-29 | When specifying negative values (i.e., -1), the '-' character should be | Aaron Campbell | |
escaped. | |||
2000-06-29 | I felt that telnetd(8) deserves the following BUGS entry: | Aaron Campbell | |
WONT CRYPT. telnetd talks over insecure, unencrypted communications channels. Please use sshd instead. | |||
2000-06-29 | Be more detach friendly. In particular, remove the infinite while() loops | Aaron Campbell | |
waiting on S_COMMAND_IN_PROGRESS and replace them with a bounded loop count plus a small delay; from NetBSD. | |||
2000-06-29 | No need to call bpfdetach(), that's done in if_detach(). | Aaron Campbell | |
2000-06-29 | Enable UKC | Miod Vallat | |
2000-06-29 | repair careless syslogging inside XSTATS | Theo de Raadt | |
2000-06-29 | Repairs, some from NetBSD PR/10472. | Aaron Campbell | |
2000-06-29 | use %s with syslog, probably just paranoia but it is good form | Todd C. Miller | |
2000-06-29 | use %s with syslog, probably just paranoia but it is good form | Todd C. Miller | |
2000-06-29 | use %s with syslog; millert wrote an identical patch | Theo de Raadt | |
2000-06-29 | use %s with syslog | Todd C. Miller | |
2000-06-29 | use %s with syslog, at least crashable from command line | Theo de Raadt | |
2000-06-29 | use %s with syslog | Theo de Raadt | |
2000-06-29 | Sync adw files with (almost) latest NetBSD versions: | Kenneth R Westerback | |
adw.c synched with v1.23 (from v1.14) adw.h v1.9 ( v1.5 ) adwlib.c v1.17 ( v1.7 ) adwlib.h v1.13 ( v1.7 ) adwmcode.c v1.5 ( v1.2 ) adwmcode.h v1.5 ( v1.2 ) microcode for cards is updated to latest version, loss of carrier problems are solved in a more robust manner than before, lots of code cleanup. first support for upcoming U3W cards added, as a result of which the driver is now too large for RAMDISK and has been moved to RAMDISKB. Most of the work done by dante@ NetBSD. | |||
2000-06-29 | use %s with syslog | Theo de Raadt | |
2000-06-29 | use %s when calling syslog | Theo de Raadt | |
2000-06-28 | make _msgout() use syslog() with a %s, for future safety | Theo de Raadt | |
2000-06-28 | in quit(), be more careful about possible nasty parameters in the future | Theo de Raadt | |
2000-06-28 | BpfGetIntfName() returns syslog fmt args which are safe | Theo de Raadt | |
2000-06-28 | buf oflow safe | Theo de Raadt | |
2000-06-28 | creating line ourselves, but just in case, use %s with syslog | Theo de Raadt | |
2000-06-28 | syslog should use %s | Theo de Raadt | |
2000-06-28 | sync | Federico G. Schwindt | |
2000-06-28 | sync with NetBSD v1.7 | Kenneth R Westerback | |
2000-06-28 | add creat64 and mmap64. | Federico G. Schwindt | |
2000-06-28 | disable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ↵ | Kenneth R Westerback | |
still fits on RAMDISKB | |||
2000-06-28 | enable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ↵ | Kenneth R Westerback | |
still fits on RAMDISKB |