summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a simple manpage.wosch1997-09-152-2/+20
|
* revert: The warning was supposed to irritate someone into fixing this.jkh1997-09-151-3/+2
|
* Proper casting for clnt_broadcast() args.jkh1997-09-151-2/+2
|
* Silence a warning with a cast.jkh1997-09-151-2/+2
|
* unsigned char -> caddr_t for mmap's return value.jkh1997-09-151-2/+3
|
* Deal more correctly with mountpoints.phk1997-09-152-6/+10
|
* Fix a buglet and a couple of stylistic nits from Bruce.phk1997-09-151-3/+2
|
* Fix a comment.phk1997-09-151-1/+1
| | | | Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>
* remove redudant decls from this header file (used for 2.2.x compat)jmg1997-09-151-6/+0
|
* Use err(3).charnier1997-09-154-74/+53
|
* Use err(3). Rewrote man page in mdoc format.charnier1997-09-1514-343/+347
|
* Use err(3), add usage(). -Wall clean.charnier1997-09-1511-197/+265
|
* add some preprocessor lines to prevent both controler snd0 andjmg1997-09-151-0/+5
| | | | | | | device pcm0 from being loaded into the kernel at the same time. As this generates compilation errors, I just error out. Requested-by: Jordan
* Put includes in alphabetical order. various cosmetics.charnier1997-09-152-16/+17
|
* Remove unused #include. Statisize usage().charnier1997-09-152-6/+9
|
* When calling the src/include Makefile use the shorthand ``all beforeinstall''rgrimes1997-09-151-2/+2
| | | | | inplace of ``all installhdrs symlinks'' so those of us who run with SHARED=copies get the right results.
* Now that this has been merged over to RELENG_2_2 removergrimes1997-09-151-3/+1
| | | | the #if FreeBSD >= 3 wart I added while debugging.
* Synchronize with sys/i386/conf/files.i386 revision 1.176.kato1997-09-152-2/+12
|
* Regenerate _after_ the commit to syscalls.masterpeter1997-09-155-5/+5
|
* Sense *.ISO_8859-1 and *.KOI8-R locales from environmentache1997-09-152-2/+32
| | | | | PR: 4290 Submitted by: "Anatoly A. Orehovsky" <tolik@www.tomsk.su>
* Fix neqn building:ache1997-09-151-3/+4
| | | | | 1) Move it after Makefile.inc included since it uses DIST_DIR from there 2) Add neqn.sh dependance
* Change manual declarations of some functions to proper includesache1997-09-151-15/+30
| | | | | | Rewrote allowed character test to be more efficient Fix screen position calculations: control and 8bit characters was not counted properly
* Allow backspace tooache1997-09-152-4/+5
|
* disable upper controls and enable all otherache1997-09-151-11/+15
| | | | 8bit codes due to lack of locale knowledge in daemon
* Oops, fix upper controls testache1997-09-151-2/+3
|
* Localize it. High controls disabled in any case.ache1997-09-151-5/+11
| | | | | Shut compiler warning about signal argument. PR: 4466
* Add a simple manpage.wosch1997-09-142-1/+15
|
* docment the new sound drivers in LINT and add the necessary files tojmg1997-09-145-5/+72
| | | | | | | | | files.i386. We aren't sure if this new code and the old sound code will co-exist in a kernel, so the device pcm0 line is left commented out in LINT. Submitted-by: Luigi Rizzo
* This commit was generated by cvs2svn to compensate for changes in r29415,jmg1997-09-1412-0/+8368
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Luigi Rizzo's sound code. For more information about the driverjmg1997-09-1412-0/+8368
| | | | | | check out the README that is included. Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
* Import of Luigi Rizzo's sound code. For more information about the driverjmg1997-09-1410-0/+8612
| | | | | | check out the README that is included. Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
* Install gencat.1 manpage.wosch1997-09-142-2/+63
| | | | Obtained from: OpenBSD.
* In these days, waiting one full second for more to appear is far too long.phk1997-09-141-2/+2
| | | | Let's try 250ms.
* Fix the broken VT_WAITACTIVE ioctl for the case where the third argjoerg1997-09-141-15/+3
| | | | | | | | | | | | | | | was 0. PR: 4164 Submitted by: Joe Traister <traister@mojozone.org> While i was at it, also fixed a broken return value for the VT_RELDISP ioctl, iff the third arg was legally VT_TRUE, but the destination screen was in process mode so the actual switch had to be deferred. This was breaking the ability to directly toggle between two X servers running on two VTs, since the server getting the bogus error return was running wild, and competing with the other one for the hardware. (Sigh, this was a very long-standing bug.)
* Addf flags 0x10 to the sio0 line, so it is available as a potentialjoerg1997-09-142-4/+4
| | | | | console. This features backwards-compatibility to the era when sio(4) was always available for a console.
* Explain the newer sio(4) flag values.joerg1997-09-142-32/+54
| | | | Fogotten by: phk, bde
* -p flag misdocumented in telnetd(8)wosch1997-09-141-3/+3
| | | | | PR: 4462 Submitted by: hfir@math.rochester.edu
* Potential bufferflow in getpwent(), getpwnam() and getpwuid()wosch1997-09-141-2/+7
| | | | | PR: bin/4134 Submitted by: nick@foobar.org
* What I did in my vacation.phk1997-09-141-0/+20
|
* Mention the multicast ping fix and changes to finger, fetch, and netstat.wollman1997-09-141-0/+19
|
* Talk a little bit about some of the networking changes in the kernel.wollman1997-09-141-0/+16
|
* Add __getcwd() syscall, and have getcwd() take a shot at it.phk1997-09-142-2/+13
| | | | | If your kernel doesn't support __getcwd() or if __getcwd() cannot deliver because of cache expiry, it does the canonical thing.
* Add a __getcwd() syscall. This is intentionally undocumented, but allphk1997-09-148-4/+112
| | | | | | it does is to try to figure the pwd out from the vfs namecache, and return a reversed string to it. libc:getcwd() is responsible for flipping it back.
* Synchronize with sys/i386/isa/mse.c, pcaudio.c, sio.c and syscons.ckato1997-09-145-47/+52
| | | | revisions 1.34, 1.37, 1.181 and 1.232, respectively.
* Add some UUCP manpages.wosch1997-09-148-10/+217
|
* DTRT with ${viddev} in the same way as the other vidcontrol entries.jkh1997-09-142-4/+4
| | | | Reminded by: bde
* Bruce wants the warning.peter1997-09-142-4/+4
|
* Call poll(2) from within the resolver but adapt to older kernels without itpeter1997-09-141-26/+68
| | | | | | | | | | | | | if necessary. This removes the need to malloc large fd_set's for selecting on high fd's (larger than FD_SETSIZE at libc compile time). The syscall adaptive stuff only happens on the very first call. SIGSYS is masked, and if the call to poll fails with ENOSYS, then we use select for the life of the program. If poll does not fail with ENOSYS, then we always use poll and skip the once-off signal masking gunk. This may be overkill, but it saved my neck a few times while working on multiple different sets of kernel sources, some with poll, some without.
* When calling strip, temporarily close the file, call strip and thenpeter1997-09-141-2/+10
| | | | | | | | reopen it after strip has finished. This makes it work when /usr/bin/strip replaces the file rather than doing an in-place edit (such as the binutils-2.8 strip, which is a variation of objcopy). This is necessary if install(1) and strip(1) are going to cooperate on an ELF system.
* Some updates for 3.0: mention changes for poll(2), issetugid(2),peter1997-09-141-3/+32
| | | | | async IO, getsid(2), setpgid(2), nanosleep(2), signanosleep(2), fixes to sleep(3) and usleep(3), the a.out in-kernel linker.
OpenPOWER on IntegriCloud