Age | Commit message (Expand) | Author |
2000-11-28 | 'y' key is too close to 't' key | Jason Wright |
2000-11-28 | update list of supported tigon based boards | Jason Wright |
2000-11-27 | This patch fixes ArchFindMember so that it handles SVR4 members | Marc Espie |
2000-11-27 | This does fix some nasty issues: ar field members are NOT null-terminated. | Marc Espie |
2000-11-27 | We take of the SVR4 archive handling data structure from our archive, | Marc Espie |
2000-11-27 | Factorise duplicated code involved in touching archives. | Marc Espie |
2000-11-27 | Use -n to test if a variable is non-zero. Otherwise, if the variable's | Todd C. Miller |
2000-11-27 | Style. Parts of xcast handling needs more thought. (provos@ ok) | Hakan Olsson |
2000-11-27 | Be more careful with ARP. Fix PR#1490. From gluk@ptci.ru | Hakan Olsson |
2000-11-27 | MLINK check_expire.3 -> login_check_expire.3 | Todd C. Miller |
2000-11-27 | Fix order of SEE ALSO entries | Todd C. Miller |
2000-11-27 | first cut at a man page for login_check_expire() | Todd C. Miller |
2000-11-27 | ifndef, not ifdef | Angelos D. Keromytis |
2000-11-27 | Fix deletion of flows. | Angelos D. Keromytis |
2000-11-26 | setusercontext should not set umask as this interferes with the | Todd C. Miller |
2000-11-26 | alpha clock fixes from NetBSD | Todd C. Miller |
2000-11-26 | *** empty log message *** | Todd C. Miller |
2000-11-26 | sync | Theo de Raadt |
2000-11-26 | Print select collisions in the vmstat -s output. | Artur Grabowski |
2000-11-26 | Use pwd_mkdb -u username | Todd C. Miller |
2000-11-26 | Update for pw_mkdb(3) interface change. All but vipw and userdel can | Todd C. Miller |
2000-11-26 | login_check_expire(3), a helper function for use with BSD authentication. | Todd C. Miller |
2000-11-26 | Add a username argument to pw_mkdb to match 'pwd_mkdb -u username'. | Todd C. Miller |
2000-11-26 | Support -u username option. Loosely based on FreeBSD's changes. | Todd C. Miller |
2000-11-26 | Properly implement errno handling for the threaded libc (libc_r) | Dale Rahn |
2000-11-25 | Fix some warnings and take advantage of perl5 system defines | Todd C. Miller |
2000-11-25 | Everyone seems to hit the wrong key first time. Change the abort banner | Hugh Graham |
2000-11-25 | make room for a 16 slice disklabel | Hugh Graham |
2000-11-25 | Change d_end_ to relect the 16 slice struct disklabel OpenBSD uses. | Hugh Graham |
2000-11-25 | print keytype when generating a key. | Markus Friedl |
2000-11-25 | reorder check for illegal ciphers, bugreport from espie@ | Markus Friedl |
2000-11-25 | OpenBSD tag | Artur Grabowski |
2000-11-25 | pull in cy82c693 for sio and pceb | Artur Grabowski |
2000-11-25 | Use the common cy82c693 access functions. | Artur Grabowski |
2000-11-24 | Include err.h and util.h | Todd C. Miller |
2000-11-24 | Include strings.h for strlen() prototype | Todd C. Miller |
2000-11-24 | raise dirty in kenter_pa too | Michael Shalayeff |
2000-11-24 | Add entries to build nodes required for "floppy", and "ramdisk". | Hugh Graham |
2000-11-24 | Rename "md" to "rd", consquently moving the hdHDC9224 disk dev to "hd". | Hugh Graham |
2000-11-24 | build the 'safe' vnode device | Hugh Graham |
2000-11-24 | Support 16 slices per device, like the other OpenBSD arches. | Hugh Graham |
2000-11-24 | MALLOC_OPTIONS=AZJ by default. | Marc Espie |
2000-11-24 | As it stands now, arch.c does not work. | Marc Espie |
2000-11-24 | Change the time stamp interface to use an abstract datatype. | Marc Espie |
2000-11-24 | Take advantage of VarModifiers_Apply, which can parse a variable spec | Marc Espie |
2000-11-24 | Clean-ups: | Marc Espie |
2000-11-24 | Better key repeat logic. When we're in repeat mode, with the exception of | Aaron Campbell |
2000-11-24 | comment fix; strlcat returns strlen(initial dst) + strlen(src). | Jun-ichiro itojun Hagino |
2000-11-24 | sync with recent kame document. | Jun-ichiro itojun Hagino |
2000-11-24 | ifm_data is avilable on {net,open,free}bsd. sync with kame. | Jun-ichiro itojun Hagino |