| Commit message (Expand) | Author | Age | Files | Lines |
* | Make this actually work. It always failed in FreeBSD because it attempted | bde | 1995-04-02 | 1 | -6/+27 |
* | Attempt to fix the `you can log into console only once' problem (PR | joerg | 1995-04-02 | 2 | -4/+26 |
* | Make yppush compile again when obj directory exists. *groan* | wpaul | 1995-04-02 | 2 | -4/+3 |
* | Submitted by: Philippe Charnier <charnier@lirmm.fr>, distilled by bde | bde | 1995-04-02 | 6 | -6/+9 |
* | Submitted by: phk, added to by bde | bde | 1995-04-02 | 40 | -226/+797 |
* | Fix compiler warnings: don't declare enum types as static. | bde | 1995-04-02 | 1 | -4/+9 |
* | Fix error: | ache | 1995-04-02 | 3 | -21/+249 |
* | Fix error in TIOCSETC/TIOCSLTC, they need to call TIOCSETA. | ache | 1995-04-02 | 1 | -16/+18 |
* | Return EINVAL instead of setting wrong in/out speed | ache | 1995-04-02 | 1 | -9/+9 |
* | Fix long standing bogosity in ypbind: if /var/yp/binding doesn't exist, | wpaul | 1995-04-02 | 1 | -5/+5 |
* | Spruce up Makefile.yp: add support for netgroups and bootparams maps, | wpaul | 1995-04-02 | 1 | -41/+63 |
* | Move SET_BYPASS macro to function per Bruce suggestion. | ache | 1995-04-02 | 3 | -60/+87 |
* | Get rid of ether_addr.c: it's been moved to libc. Also add proper | wpaul | 1995-04-02 | 2 | -4/+5 |
* | Add ether_addr functions to libc. This seems to be the logical place | wpaul | 1995-04-02 | 2 | -1/+235 |
* | Add declaration for struct ether_addr (this is where Sun documents | wpaul | 1995-04-02 | 1 | -1/+8 |
* | Reduce yppush. Now that all the required yp_xdr functions are | wpaul | 1995-04-02 | 2 | -22/+49 |
* | Add some missing xdr functions needed for server-side implementations. | wpaul | 1995-04-02 | 1 | -1/+116 |
* | Add braces to fix wrong if-if-else-if nesting that broke `cp -pR' for | bde | 1995-04-02 | 1 | -4/+6 |
* | Finally restore my original MAIL fix after all junk patches. | ache | 1995-04-02 | 1 | -2/+0 |
* | Fix slioctl(). It has to return -1 for ioctls that it doesn't know about | bde | 1995-04-02 | 1 | -19/+24 |
* | Move setting BYPASS state to macro, use it in several times, | ache | 1995-04-01 | 3 | -48/+54 |
* | Adjust TS_CAN_BYPASS_L_RINT state after l_open(), t_line | ache | 1995-04-01 | 3 | -3/+9 |
* | slopen() never sets t_line to SLIPDISC, but uses slip-specific queue allocation | ache | 1995-04-01 | 1 | -1/+2 |
* | subr_prf.c used to provide an exported function kprintf(), but only had | joerg | 1995-04-01 | 2 | -3/+4 |
* | Correct a few minor things in pcvt: | joerg | 1995-04-01 | 3 | -2/+119 |
* | Fix count in mark_for_update() for insert-char(s) and delete-char(s). | bde | 1995-04-01 | 3 | -12/+12 |
* | Log ABORT_TAG messages to the console. | gibbs | 1995-04-01 | 1 | -3/+31 |
* | Off by one error in -MSG-START+0 was just Justin being tired -- revert to | gibbs | 1995-04-01 | 2 | -12/+10 |
* | Log syslog messages at LOG_NOTICE priority. | wpaul | 1995-04-01 | 1 | -2/+2 |
* | Remove yppasswd_xdr.c and take out references to if from Makefile: use | wpaul | 1995-04-01 | 1 | -3/+3 |
* | Remove references to yppasswd_xdr.c: the stuff in this file already exists | wpaul | 1995-04-01 | 1 | -7/+6 |
* | Update pcvt to 3.20b23 | joerg | 1995-04-01 | 16 | -101/+318 |
* | Include <machine/cpufunc.h> to get i/o functions - don't duplicate almost | bde | 1995-04-01 | 1 | -184/+1 |
* | Fix dependencies for netboot.rom. ${OBJS} isn't valid when the | bde | 1995-04-01 | 1 | -1/+3 |
* | Delete a second getenv("MAILPATH") that happens immediately after a first | ats | 1995-04-01 | 1 | -2/+0 |
* | Add missing ';' | ache | 1995-04-01 | 2 | -4/+4 |
* | Use new TS_CAN_BYPASS_L_RINT state to avoid complex test | ache | 1995-04-01 | 3 | -69/+69 |
* | Add TS_CAN_BYPASS_L_RINT state for serial devices | ache | 1995-04-01 | 1 | -1/+5 |
* | Fix the | joerg | 1995-04-01 | 1 | -5/+7 |
* | By default, KEYWORDS is a copy of CATEGORIES. | jkh | 1995-04-01 | 1 | -2/+2 |
* | Add default values and document them for CATEGORIES and KEYWORDS. | jkh | 1995-04-01 | 1 | -3/+3 |
* | Add support for new CATEGORIES and KEYWORDS fields. | jkh | 1995-04-01 | 1 | -2/+10 |
* | Greatly clean up the Makefiles and add a Makefile.inc to more obviously | jkh | 1995-04-01 | 3 | -15/+20 |
* | Check for never opened or closed device before testing | ache | 1995-04-01 | 3 | -9/+18 |
* | Add hook for rc driver | ache | 1995-04-01 | 1 | -1/+5 |
* | Make /usr/share/nls/* dirs for message catalog stuff | ache | 1995-04-01 | 1 | -1/+53 |
* | Patch from Greg Ansley: | dg | 1995-04-01 | 1 | -5/+5 |
* | Patch from Matt Thomas to fix mbuf leak in FDDI driver. | dg | 1995-04-01 | 1 | -3/+10 |
* | Forgot to add these two. | wollman | 1995-03-31 | 2 | -0/+189 |
* | Fix paths of dump files and PID file. | wollman | 1995-03-31 | 4 | -159/+219 |