Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-28 | The easy files... | Jason Wright | |
2001-08-28 | SYS.h from NetBSD. Not fixed yet for libc_r. | Artur Grabowski | |
2001-08-28 | Just read the install notes; this is woefully out of date anyway. | Jason Wright | |
2001-08-28 | sparc64 bits. Not tested yet. | Artur Grabowski | |
From NetBSD, modified to fit our libkvm. | |||
2001-08-28 | The sparc workaround is needed for sparc64 too. | Artur Grabowski | |
2001-08-28 | an attempt at deuglification of the previous commit (It's still ugly, tho) | Jason Wright | |
2001-08-28 | remove unneeded code (this is done later) | Bob Beck | |
2001-08-28 | oh, some cleanups etc etc | Theo de Raadt | |
2001-08-28 | Relax restriction on buffer length being % 4 = 0 for the last entry in the | Jason Wright | |
chain. This allows us to avoid mbuf copies (and EINVAL on iov's) for packets of non "nice" length. Do this by adding a pad u_int32_t to catch the (possible) overflow and detecting when it's necessary. Also, do a bit of cleaning that ben pointed out. | |||
2001-08-28 | fix a segfault occuring in dhclient when the server specifies his name. | Matthieu Herrb | |
ok beck@ | |||
2001-08-28 | don't reference seminfo if SYSVSEM isn't defined | Jason Wright | |
2001-08-28 | allow: ssh -F configfile host | Markus Friedl | |
2001-08-28 | Getting closer to working userland MAC. | ben | |
2001-08-28 | move '!' from host_list to host: "xhost : '!' host | host;"; ok dhartmei@ | Markus Friedl | |
2001-08-28 | check for malloc/strdup == NULL | Markus Friedl | |
2001-08-28 | don't set DynamicForward unless Host matches | Markus Friedl | |
2001-08-28 | Support ! operator in host parameter lists. Fixes PR system/2030. Reported | Daniel Hartmeier | |
by Kamil Andrusz <wizz@mniam.net>. | |||
2001-08-28 | Dont hardcode NKMEMCLUSTERS, calculate it to 256, as other m68ks do. | Janne Johansson | |
2001-08-28 | Mention macro definition/expansion with an example. | Daniel Hartmeier | |
2001-08-28 | Add new ioctls to securelevel check, from Can Erkin Acar | Daniel Hartmeier | |
<canacar@eee.metu.edu.tr> | |||
2001-08-28 | Add information on number/percentage of namei calls missed the cache. | Tobias Weingartner | |
millert@ ok. | |||
2001-08-28 | Bump state timeouts and allow tweaking them from pfctl. | Mike Frantzen | |
(The state timeouts need some _serious_ tuning) | |||
2001-08-27 | #include <string.h> | Markus Friedl | |
2001-08-27 | get direction of read/write correct in calls to bus_dmamap_sync() | Jason Wright | |
2001-08-27 | reverse read/write directions in bus_dmamap_sync calls since I misunderstood ↵ | Jason Wright | |
the API | |||
2001-08-27 | fix memory fault if non-existent filename is given to the -f option | Dan Harnett | |
ok markus@ | |||
2001-08-27 | Deal with __HAS_NEW_BUS_DMAMAP_SYNC and try to sync partial maps when possible. | Jason Wright | |
2001-08-27 | Zero out entire FTS after allocating it instead of just zeroing out | Todd C. Miller | |
a few fields by hand; Closes PR 2033 | |||
2001-08-27 | cold is in <sys/systm.h> | Miod Vallat | |
2001-08-27 | initial support for non-HMAC md5/sha1 (work by ben@ and myself) | Jason Wright | |
2001-08-27 | Compile on alpha. | Hakan Olsson | |
2001-08-27 | Send a reset request for every packet received when our encryption | brian | |
dictionaries are out of sync. This avoids the complications that happen when our original reset request gets lost in transit (quite likely in hind sight, given a lossy link) when we end up ignoring the peer for the next (up to) 256 packets. | |||
2001-08-27 | doc improvements; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-08-27 | header order | Theo de Raadt | |
2001-08-27 | Let this build without pcibios. | Artur Grabowski | |
2001-08-27 | o) AUTHOR -> AUTHORS; | Mike Pechkin | |
o) fix broken sentence; millert@ ok. | |||
2001-08-27 | allow for local tags that include numbers (like $XFree86$). First | Matthieu Herrb | |
character must be pure alpha though. Ok deraadt@, tholo@. | |||
2001-08-27 | sync | Chris Cappuccio | |
2001-08-27 | Promise PDC20268 | Chris Cappuccio | |
2001-08-27 | un-bork | Theo de Raadt | |
2001-08-27 | Instead of prompting the user whether or not they wish to continue to | Todd C. Miller | |
wait for the lock on password file just tell the user to interrupt with ^C. This simplifies the locking loop a bit. Update man page to this effect. | |||
2001-08-27 | fix description so it is aligned with other entries surrounding it | Brad Smith | |
-- Ok'd by millert@ | |||
2001-08-26 | 2nd uninitialized variable that bit me today | Niklas Hallqvist | |
2001-08-26 | Don't restrict MICROP 4421-07 quirk to a specific firmware revision | Todd C. Miller | |
2001-08-26 | Uninitialized variable. | Niklas Hallqvist | |
2001-08-26 | su(1) see also: sudo(8) - users coming fron other UNIX environments may | Heikki Korpela | |
be using su for purposes where sudo would serve better. Suggested by <allenwc@home.com>. Ok millert@ | |||
2001-08-26 | The lkkbd and lkms drivers are causing problems on several machines, | Hugh Graham | |
so inhibit their attachment for the time being. | |||
2001-08-26 | sync | Theo de Raadt | |
2001-08-26 | new | Theo de Raadt | |
2001-08-26 | Prepare for transition to 5-parameter bus_dmamap_sync() by creating and | Kenneth R Westerback | |
using adv_bus_dmamap_sync() defines that are defined appropriately depending on __HAS_NEW_BUS_DMAMAP_SYNC. The code changes are simple reversions to the original NetBSD code. |