| Commit message (Expand) | Author | Age | Files | Lines |
* | If sysctl() fails, return "/kernel" so as not to screw people who haven't | wollman | 1994-09-24 | 1 | -2/+2 |
* | Get rid of _PATH_UNIX completely; use getbootfile(3) instead. | wollman | 1994-09-24 | 2 | -4/+3 |
* | Added getbootfile(3), for an easy C interface to the kern.bootfile MIB | wollman | 1994-09-23 | 3 | -13/+140 |
* | Don't define LITTLE_ENDIAN is already defined. | dg | 1994-09-23 | 1 | -0/+2 |
* | Added *ran48 functions, and put them in the correct place this time. | wollman | 1994-09-23 | 13 | -2/+476 |
* | Pass -q and -u flags to modload so that it shuts up and doesn't leave | wollman | 1994-09-22 | 1 | -1/+1 |
* | Make iso_addr's output conform to modern conventions for NSAP | pst | 1994-09-22 | 1 | -18/+16 |
* | Attention to all cc hackers, here workaround for gcc 2.6.0 | ache | 1994-09-22 | 1 | -2/+4 |
* | Fix mvcur typo bug from my previous fix | ache | 1994-09-22 | 1 | -1/+1 |
* | Fix stupid memory-allocation error. | wollman | 1994-09-22 | 1 | -3/+9 |
* | Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent, | wollman | 1994-09-22 | 2 | -1/+235 |
* | Document YP support. | wollman | 1994-09-20 | 2 | -29/+51 |
* | My implementation of YP group file support, modeled after the | wollman | 1994-09-20 | 1 | -6/+210 |
* | Second half of YP security hole fix. Needs updated password | wollman | 1994-09-20 | 1 | -5/+12 |
* | Re-implement YP password file support from scratch. This implementation | wollman | 1994-09-20 | 1 | -3/+215 |
* | Maintain pw_fields, and output same to password database. | wollman | 1994-09-20 | 1 | -0/+17 |
* | Function in this module bloodly called 'gethostname' and linked | ache | 1994-09-19 | 1 | -2/+2 |
* | Added beforeinstall rule to install .h files. We might need some .mk | phk | 1994-09-19 | 1 | -0/+14 |
* | Change level of setlocale hack enabling from compile option STARTUP_LOCALE | ache | 1994-09-19 | 2 | -9/+5 |
* | Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.c | ache | 1994-09-18 | 2 | -3/+12 |
* | Redo kernel NTP PLL support, user-mode interface. | wollman | 1994-09-18 | 3 | -10/+69 |
* | libmd no longer built as shared-lib, only static. | phk | 1994-09-18 | 1 | -2/+3 |
* | Added support for kernel profiling to mcount.c | paul | 1994-09-15 | 1 | -0/+4 |
* | Add sanity check for "no previous regular expression" state, | ache | 1994-09-14 | 1 | -1/+4 |
* | Fix bug with searching "" pattern, cause 'more' always shows | ache | 1994-09-14 | 1 | -1/+1 |
* | Use latest Arthur Olson timezone code rather than that supplied with | wollman | 1994-09-13 | 8 | -71/+524 |
* | Added SYSV ipc system calls. | dfr | 1994-09-13 | 14 | -4/+199 |
* | Port to FreeBSD. Not ready for inclusion in libc just yet, but here | wollman | 1994-09-13 | 3 | -3/+12 |
* | This commit was generated by cvs2svn to compensate for changes in r2710, | wollman | 1994-09-13 | 1 | -1/+1 |
|\ |
|
| * | One more try, and if it doesn't work this time I'm giving up. | wollman | 1994-09-13 | 1 | -1/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r2708, | wollman | 1994-09-13 | 9 | -0/+4180 |
|\ \
| |/ |
|
| * | The rest of tzcode94g from Arthur David Olson. | wollman | 1994-09-13 | 9 | -0/+4180 |
* | Subwin code forget to subtract orig->beg{x,y} cause SEGV | ache | 1994-09-12 | 1 | -2/+2 |
* | libterm is now libtermcap | rgrimes | 1994-09-11 | 1 | -1/+1 |
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 1 | -1/+1 |
* | In emacs editing mode, sh treated ^D at the end of a line as EOF. | csgr | 1994-09-09 | 1 | -7/+3 |
* | Based on fix from 1.1.5.1: | csgr | 1994-09-08 | 1 | -1/+10 |
* | document libcrypt and libcipher. | csgr | 1994-09-08 | 1 | -0/+17 |
* | Build *.3 and *.ref at build time, not at install time. | bde | 1994-09-08 | 1 | -1/+3 |
* | Declare huge and tiny as volatile so that gcc doesn't evaluate huge*huge | bde | 1994-09-08 | 1 | -1/+2 |
* | Install math.h. | bde | 1994-09-08 | 1 | -1/+8 |
* | Make errors in /etc/fstab print the line numbers where they occured. | jkh | 1994-09-08 | 1 | -2/+13 |
* | Bug fixed: | ache | 1994-09-07 | 1 | -2/+2 |
* | Don't include <sys/types.h> to get u_int or use u_int for a bogus cast. | bde | 1994-09-05 | 1 | -4/+2 |
* | Fix printing of weird errno's: negative values were printed as large | bde | 1994-09-05 | 1 | -5/+9 |
* | u_int -> unsigned int, so that we don't have to include <sys/types.h> | bde | 1994-09-05 | 1 | -2/+2 |
* | Make mddriver static. | jkh | 1994-09-04 | 1 | -3/+3 |
* | Fixed editing blunder. | dg | 1994-09-01 | 1 | -2/+2 |
* | Added rtprio system call stub and manual page. | dg | 1994-09-01 | 2 | -4/+96 |
* | Build ntp_adjtime.o and ntp_gettime.o so that xntpd compiles. | bde | 1994-08-31 | 1 | -9/+6 |