Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-01-20 | for yp_match() and yp_next(), do not permit keys longer than YPMAXRECORD | Theo de Raadt | |
1998-01-20 | for YP lookups, avoid names longer than MAXHOSTNAMELEN | Theo de Raadt | |
1998-01-20 | Use new method to change kerberos passwords. | Artur Grabowski | |
1998-01-20 | Changes to kerberos entries from art | Jason Wright | |
1998-01-20 | s/(cast)0/NYLL/g | Michael Shalayeff | |
1998-01-19 | dlopen(..., RTLD_NOW) rather than RTLD_LAZY. | brian | |
Pointed out by: John Polstra <jdp@polstra.com> | |||
1998-01-19 | sys/types.h -> sys/param.h | brian | |
Pointed out by: Niklas Hallqvist <niklas@petra.appli.se> | |||
1998-01-19 | Ignore whitespace separating a conversion and %n. There may be | Todd C. Miller | |
a cleaner way to do this. | |||
1998-01-19 | Fix wording. Thanks to austin@canuck.com | Tobias Weingartner | |
1998-01-19 | this hack should fix the date/time problem i (and i think others | Thomas Graichen | |
too :-) see since 1998 on their pmaxes - will check it this evening but it looks so trivial that it must work all this should be reworked to get rid of this stupid way of setting the time ... | |||
1998-01-19 | fix typo which prevented the xserver on some pmax from working | Thomas Graichen | |
(cannot configure keyboard/mouse) - found by Per Kristian Gjermshus <pergj@ifi.uio.no> | |||
1998-01-19 | fix ifdef; marc@snafu.org | Theo de Raadt | |
1998-01-19 | Reimplement proxy-arp address stuff using sysctl(). | brian | |
1998-01-19 | We want XPG4 behavior. | Todd C. Miller | |
1998-01-19 | Reintegrate mgm-1.29 and our changes into groff-1.11a. | etheisen | |
1998-01-19 | Cleanup output for probed VME devices. | etheisen | |
1998-01-19 | use tzcode strftime(3) as it is kept up to date. | Todd C. Miller | |
1998-01-18 | tzcode1998b from ftp://elsie.nci.nih.gov/pub | Todd C. Miller | |
1998-01-18 | Add missing files from tzdata1998b | Todd C. Miller | |
1998-01-18 | tzdata1998b from ftp://elsie.nci.nih.gov/pub | Todd C. Miller | |
1998-01-18 | Import of gnu groff-1.11a | etheisen | |
1998-01-18 | Support extended (modern) instead of basic (obsolescent) regular expressions. | Todd C. Miller | |
1998-01-18 | Support extended (modern) instead of basic (obsolescent) | Todd C. Miller | |
regular expressions. hubert.feyrer@rz.uni-regensburg.de | |||
1998-01-18 | Make sure ypinit asks the master server for known maps. | Mats O Jansson | |
Bug reported by both theo and chuck cranor. -moj | |||
1998-01-18 | Allow "set vj" for changing the default number of slots | brian | |
and whether slot compression is requested. Don't show current values with "show ipcp" if IPCP isn't "opened". | |||
1998-01-18 | Added support for maplist from a specified host (-h <host>). -moj | Mats O Jansson | |
1998-01-18 | move to current OpenBSD isadma API | Niklas Hallqvist | |
1998-01-18 | move to current OpenBSD isadma API | Niklas Hallqvist | |
1998-01-18 | Get rid of old dirty buffer list | Constantine Sapuntzakis | |
1998-01-17 | ppp-2.3.3 + some -Wall | Todd C. Miller | |
1998-01-17 | Make ulimit catch bogosity so that: "ulimit -dflmnpst unlimitted" | Todd C. Miller | |
Results in: ksh: ulimit: "unlimitted" is not a valid limit Not: Killed (because it treated the word as 0). Noticed by mickey@openbsd.org | |||
1998-01-17 | Don't document ulimit flags that don't exist | Todd C. Miller | |
1998-01-17 | right f_bavail calculation | Michael Shalayeff | |
1998-01-17 | s/defined(DEBUG)/defined(EP_DEBUG)/g | Michael Shalayeff | |
1998-01-17 | -Wall | Todd C. Miller | |
1998-01-17 | Use _ti_get_screensize() from libtermlib to update screen size if changed | Todd C. Miller | |
after a program is suspended. Define EXTERN_TERMINFO in curses.h. Update to ncurses-4.1-980103 and crank minor. | |||
1998-01-17 | Add _ti_get_screensize(), like ncurses's _nc_get_screensize() | Todd C. Miller | |
Crank major number since libcurses will depend on this. | |||
1998-01-17 | Merge from NetBSD, thorpej@netbsd.org says: | Niklas Hallqvist | |
Two things pointed out by Chris Demetriou <cgd@cs.cmu.edu>: - The boundary argument to bus_space_alloc() should be a bus_size_t, not a bus_addr_t. - The buffer arguments in the "multiple write" methods should have const qualifiers. And one from me: - Make bus_space_barrier() eat up the arguments passed to it so that the compiler doesn't needlessly whine. | |||
1998-01-17 | Merge from NetBSD, thorpej@netbsd.org says: | Niklas Hallqvist | |
The boundary argument to bus_space_alloc() should be a bus_size_t, not a bus_addr_t. Pointed out by Chris Demetriou <cgd@cs.cmu.edu>. | |||
1998-01-16 | Add rcsid tags. | Todd C. Miller | |
If program has set argv[0] or argv[0][0] to NUL, print p->p_comm instead. Based on patch from Paul Janzen <pjanzen@foatdi.harvard.edu> | |||
1998-01-16 | New ntp (the one found in ports) is called ntpd, not xntpd | Niklas Hallqvist | |
1998-01-15 | yet another typo | Niklas Hallqvist | |
1998-01-15 | document -d | Niklas Hallqvist | |
1998-01-15 | typo | Niklas Hallqvist | |
1998-01-15 | Stupid merge error. Thanks to Michael Shuldman <michaels@eunet.no>. | Niklas Hallqvist | |
1998-01-15 | Re-enabled write protection on read-only file system mounts. Thanks to | Constantine Sapuntzakis | |
Niels for pointing this one out. | |||
1998-01-14 | For some reason the 4/300 doesn't like ncr53c9x_dmaselect. | Jason Wright | |
Added code to check to see if parent device == obio, if so, disable dmaselect More research to be done here for a real fix (if possible) | |||
1998-01-14 | feed tar the -p option to retain set[ug]id bits, this was due | Niklas Hallqvist | |
to the fact that GNU tar retatins the bits when run as root, but paxtar does not, and we use the latter. | |||
1998-01-14 | make sure we don't try to remove what mkstemp() fails on. | Bob Beck | |
1998-01-14 | Free our input mbuf when the FCS is good (oops, memory leak). | brian | |