| Commit message (Expand) | Author | Age | Files | Lines |
* | Localize it. High controls disabled in any case. | ache | 1997-09-15 | 1 | -5/+11 |
* | Add a simple manpage. | wosch | 1997-09-14 | 2 | -1/+15 |
* | docment the new sound drivers in LINT and add the necessary files to | jmg | 1997-09-14 | 5 | -5/+72 |
* | This commit was generated by cvs2svn to compensate for changes in r29415, | jmg | 1997-09-14 | 12 | -0/+8368 |
|\ |
|
| * | Import of Luigi Rizzo's sound code. For more information about the driver | jmg | 1997-09-14 | 12 | -0/+8368 |
* | Import of Luigi Rizzo's sound code. For more information about the driver | jmg | 1997-09-14 | 10 | -0/+8612 |
* | Install gencat.1 manpage. | wosch | 1997-09-14 | 2 | -2/+63 |
* | In these days, waiting one full second for more to appear is far too long. | phk | 1997-09-14 | 1 | -2/+2 |
* | Fix the broken VT_WAITACTIVE ioctl for the case where the third arg | joerg | 1997-09-14 | 1 | -15/+3 |
* | Addf flags 0x10 to the sio0 line, so it is available as a potential | joerg | 1997-09-14 | 2 | -4/+4 |
* | Explain the newer sio(4) flag values. | joerg | 1997-09-14 | 2 | -32/+54 |
* | -p flag misdocumented in telnetd(8) | wosch | 1997-09-14 | 1 | -3/+3 |
* | Potential bufferflow in getpwent(), getpwnam() and getpwuid() | wosch | 1997-09-14 | 1 | -2/+7 |
* | What I did in my vacation. | phk | 1997-09-14 | 1 | -0/+20 |
* | Mention the multicast ping fix and changes to finger, fetch, and netstat. | wollman | 1997-09-14 | 1 | -0/+19 |
* | Talk a little bit about some of the networking changes in the kernel. | wollman | 1997-09-14 | 1 | -0/+16 |
* | Add __getcwd() syscall, and have getcwd() take a shot at it. | phk | 1997-09-14 | 2 | -2/+13 |
* | Add a __getcwd() syscall. This is intentionally undocumented, but all | phk | 1997-09-14 | 8 | -4/+112 |
* | Synchronize with sys/i386/isa/mse.c, pcaudio.c, sio.c and syscons.c | kato | 1997-09-14 | 5 | -47/+52 |
* | Add some UUCP manpages. | wosch | 1997-09-14 | 8 | -10/+217 |
* | DTRT with ${viddev} in the same way as the other vidcontrol entries. | jkh | 1997-09-14 | 2 | -4/+4 |
* | Bruce wants the warning. | peter | 1997-09-14 | 2 | -4/+4 |
* | Call poll(2) from within the resolver but adapt to older kernels without it | peter | 1997-09-14 | 1 | -26/+68 |
* | When calling strip, temporarily close the file, call strip and then | peter | 1997-09-14 | 1 | -2/+10 |
* | Some updates for 3.0: mention changes for poll(2), issetugid(2), | peter | 1997-09-14 | 1 | -3/+32 |
* | Explain a little more about the piping feature. | joerg | 1997-09-14 | 1 | -3/+7 |
* | A poll(2) manpage. | peter | 1997-09-14 | 2 | -2/+190 |
* | oops, I accidently committed a version without INFTIM at the last moment. | peter | 1997-09-14 | 1 | -1/+7 |
* | XFree86 3.3.1 updates | jkh | 1997-09-14 | 6 | -596/+803 |
* | SYSV has both <poll.h> and <sys/poll.h>. (poll.h merely #includes | peter | 1997-09-14 | 1 | -2/+2 |
* | Generate poll syscall stub | peter | 1997-09-14 | 1 | -2/+2 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 45 | -257/+260 |
* | Update select -> poll. | peter | 1997-09-14 | 7 | -150/+86 |
* | Update network code to use poll support. | peter | 1997-09-14 | 11 | -21/+21 |
* | Update select -> poll | peter | 1997-09-14 | 1 | -20/+20 |
* | select -> poll | peter | 1997-09-14 | 1 | -47/+15 |
* | select -> poll | peter | 1997-09-14 | 2 | -38/+36 |
* | Convert select -> poll. | peter | 1997-09-14 | 31 | -261/+337 |
* | Various select -> poll changes | peter | 1997-09-14 | 5 | -13/+14 |
* | vn_select -> vn_poll | peter | 1997-09-14 | 1 | -8/+9 |
* | Zap nxselect and noselect. | peter | 1997-09-14 | 1 | -25/+1 |
* | Provide a 'return true' poll vnode op rather than duplicating the | peter | 1997-09-14 | 2 | -2/+42 |
* | Extend select hook to support poll | peter | 1997-09-14 | 1 | -16/+16 |
* | Implement the poll backend for the pipe file type. | peter | 1997-09-14 | 1 | -39/+38 |
* | Convert select handler to poll style | peter | 1997-09-14 | 2 | -28/+26 |
* | Extend to use poll backend. If memory serves correctly, most of this was | peter | 1997-09-14 | 3 | -75/+73 |
* | Change VOP_SELECT to VOP_POLL | peter | 1997-09-14 | 1 | -7/+4 |
* | Extend select backend for sockets to work with a poll interface (more | peter | 1997-09-14 | 1 | -26/+24 |
* | Implement poll(2). This is mostly taken from the NetBSD implementation | peter | 1997-09-14 | 1 | -6/+158 |
* | Update interfaces for poll() | peter | 1997-09-14 | 7 | -24/+23 |