Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct some man page cross references and some file | mpp | 1996-02-05 | 13 | -21/+14 |
| | | | | locations. | ||||
* | gsc.4 should reside in share/man/man4.i386 not share/man4. | mpp | 1996-02-05 | 1 | -0/+0 |
| | | | | Pointed out by bde. | ||||
* | Added a little more verbage to the top of this document and | mpp | 1996-02-05 | 1 | -1/+4 |
| | | | | added sup2.au.freebsd.org. | ||||
* | Added Christian.Haury@sagem.fr | phk | 1996-02-05 | 1 | -1/+2 |
| | |||||
* | Add support for local modifications to the tree, by using FOO.ctm instead | phk | 1996-02-05 | 8 | -50/+144 |
| | | | | | | of FOO if present. Various other tweaks. Submitted by: Christian Haury <Christian.Haury@sagem.fr> | ||||
* | Typo. | joerg | 1996-02-05 | 1 | -1/+1 |
| | | | | Submitted by: somebody in Usenet whose name i forgot | ||||
* | Unspam my changes in rev 1.54 that John spammed in rev 1.55. | dg | 1996-02-05 | 2 | -18/+22 |
| | |||||
* | Deliver all bells to current console, use different pitch | ache | 1996-02-05 | 3 | -33/+39 |
| | | | | for non-originating bells. | ||||
* | More fixes from bde. | dyson | 1996-02-05 | 1 | -14/+24 |
| | | | | | | | | Only modify times on success. splhigh() around time variable usage. Make atomic writes more posix compliant. Spelling errors. Submitted by: bde | ||||
* | Kva space allocated for direct buffer wasn't quite big enough. The | dyson | 1996-02-05 | 1 | -7/+11 |
| | | | | system can panic easily without this patch. | ||||
* | Remove cdplay, cdcontrol is superset of it | ache | 1996-02-05 | 4 | -464/+3 |
| | |||||
* | Alternative SUP servers list (correct me, if I forgot smth) | ache | 1996-02-04 | 1 | -0/+27 |
| | |||||
* | Changed vm_fault_quick in vm_machdep.c to be global. Needed for | dyson | 1996-02-04 | 4 | -28/+28 |
| | | | | new pipe code. | ||||
* | Rewrote cpu_fork so that it doesn't use pmap_activate, and removed | dg | 1996-02-04 | 14 | -113/+34 |
| | | | | | | | pmap_activate since it's not used anymore. Changed cpu_fork so that it uses one line of inline assembly rather than calling mvesp() to get the current stack pointer. Removed mvesp() since it is no longer being used. | ||||
* | Improve the performance for pipe(2) again. Also include some | dyson | 1996-02-04 | 3 | -48/+485 |
| | | | | | | | | | | | | | | | | | | | | fixes for previous version of new pipes from Bruce Evans. This new version: Supports more properly the semantics of select (BDE). Supports "OLD_PIPE" correctly (kern_descrip.c, BDE). Eliminates incorrect EPIPE returns (bash 'pipe broken' messages.) Much faster yet, currently tuned relatively conservatively -- but now gives approx 50% more perf than the new pipes code did originally. (That was about 50% more perf than the original BSD pipe code.) Known bugs outstanding: No support for async io (SIGIO). Will be included soon. Next to do: Merge support for FIFOs. Submitted by: bde | ||||
* | Document kernel config flags better and add bidirectional override | pst | 1996-02-04 | 1 | -15/+22 |
| | |||||
* | Add qcamcontrol | pst | 1996-02-04 | 1 | -4/+4 |
| | |||||
* | Document ability to skip auto-probe | pst | 1996-02-04 | 1 | -1/+11 |
| | |||||
* | Tell userconfig about qcam | pst | 1996-02-04 | 1 | -2/+3 |
| | |||||
* | Add ability to bypass the auto-detection code. It used to be rock solid | pst | 1996-02-04 | 1 | -38/+54 |
| | | | | | | | | | for me, but has gotten a bit flakey in bidirectional parallel port mode. Fix a bug in bidirectional parallel port transfers, more work is still needed here (testers welcome). Minor cleanup. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r13899, | pst | 1996-02-04 | 2 | -0/+190 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import very basic demo/control program for qcam driver. | pst | 1996-02-04 | 2 | -0/+190 |
| | | | | Manual to follow real-soon-now(tm). | ||||
* | Add some of Poul-Henning Kamp's items. | jkh | 1996-02-04 | 1 | -2/+18 |
| | |||||
* | Add Justin's wish list to list of prioritized tasks. | jkh | 1996-02-04 | 1 | -4/+63 |
| | |||||
* | Makefile.yp: | wpaul | 1996-02-04 | 2 | -11/+34 |
| | | | | | | | | - Improve support for multiple domains. (In preparation for new rpc.yppasswdd.) yp_dblookup.c: - Improve error reporting: be more selective as to what error code we return when a (dbp->get) fails. | ||||
* | ypxfr_getmap.c: | wpaul | 1996-02-04 | 2 | -13/+35 |
| | | | | | | | | | | | | - Handle 'empty' maps more gracefully. By empty I mean a valid map that just happens not to have any entries in it, such as you would get if you built a map database from an empty file. Previously, trying to ypxfr such a map would yield an 'NIS map/database error' which is not the correct behavior. ypxfr_misc: - Make sure to free() or xdr_free() dynamically allocated memory in ypxfr_get_master() as necessary. | ||||
* | Make sure xdr_ypresp_all_seq() always returns a sane 'status' value. | wpaul | 1996-02-04 | 1 | -1/+3 |
| | | | | (There were cases where it was leaving the status uninitialized.) | ||||
* | Support killing of suid programs. | wosch | 1996-02-03 | 2 | -39/+66 |
| | | | | | | Now ``killall xterm'' works :-) Don't fail for processes with meta chars (c+++) | ||||
* | Try to preserve the fdisk table in the primary bootstrap, should it | joerg | 1996-02-03 | 4 | -0/+94 |
| | | | | | | | already exist. Mention the cases where this doesn't work in the BUGS section of the man page. | ||||
* | Create symlinks for vnboot and bootvn, too. | joerg | 1996-02-03 | 1 | -2/+2 |
| | |||||
* | Fixed botched addition of Alexander Seth Jones. | jfieber | 1996-02-03 | 1 | -3/+3 |
| | | | | Remember, checking for botched changes is as simple as typing `make'! | ||||
* | Print out media catalog number, if exists | ache | 1996-02-03 | 1 | -2/+6 |
| | |||||
* | Request/print out media catalog validation info in status command | ache | 1996-02-03 | 2 | -4/+19 |
| | |||||
* | Fill in a lot of the missing blanks from the version I posted... | peter | 1996-02-03 | 2 | -168/+178 |
| | | | | | (better check to see that I've not misspelt somebody's name here, this info was collected from some strange places..) | ||||
* | Implement CD_MEDIA_CATALOG request for read_subchannel | ache | 1996-02-03 | 2 | -54/+76 |
| | | | | Obtained from: NetBSD | ||||
* | Since ioc_read_subchannel don't used for hardware, remove padding. | ache | 1996-02-03 | 1 | -2/+1 |
| | | | | | Now almost all my changes backed out, expect one comment about network byte order of LBA. | ||||
* | Implement several new commands | ache | 1996-02-03 | 2 | -35/+102 |
| | |||||
* | Add a quirk record for the Tandberg 42XX series. Not only that these | joerg | 1996-02-03 | 3 | -7/+19 |
| | | | | | | | | | drives require ST_Q_SNS_HLP, they also wrongly accept a blocksize of 1024 in the first place (for a QIC-150 cartridge), but complain later about it. The hack is to only probe for 512 for them. Reorder the entries in st_decide_mode() so that QIC >= 525 is properly accepted as variable blocksize. | ||||
* | Fix the borokeness that crept in with rev 1.10 of parser.c, the sh | joerg | 1996-02-03 | 2 | -3/+6 |
| | | | | | | | | didn't correctly start background jobs anymore. Strange that nobody was complaining... Add a dummy target for `builtins' in the Makefile, to prevent it from attempting to build this file by compiling builtins.c. :-/ | ||||
* | Rename des_set_key -> des_set_key_krb. (libdes conflict) | markm | 1996-02-03 | 3 | -3/+3 |
| | |||||
* | Rename des_set_key -> des_set_key. (libdes conflict) | markm | 1996-02-03 | 1 | -2/+2 |
| | |||||
* | Make the sorting of IPFW rules an option. You don't want it to sort them. | phk | 1996-02-03 | 4 | -4/+15 |
| | | | | >>>WARNING<<< you may have to revisit your firewall setup. | ||||
* | Rename des_set_key -> des_set_key_krb. This was a name conflict with a | markm | 1996-02-03 | 4 | -6/+9 |
| | | | | documented routine in libdes. | ||||
* | Submitted by: pst | wosch | 1996-02-03 | 1 | -0/+65 |
| | | | | add forgotten file calendar.h. Sorry. | ||||
* | Add qcam.4 to directory, was only mlinking | pst | 1996-02-03 | 1 | -2/+2 |
| | |||||
* | Only print statistics in verbose mode | pst | 1996-02-03 | 1 | -5/+6 |
| | |||||
* | Detect yet one kind of device (taken from NetBSD) | ache | 1996-02-03 | 2 | -18/+26 |
| | | | | Use more accurate TOC size calculation | ||||
* | Add install script for doc, make bin install more intelligent. | jkh | 1996-02-02 | 3 | -6/+22 |
| | |||||
* | Simplify READTOCENTRYS by removing fake leadout code, | ache | 1996-02-02 | 1 | -37/+5 |
| | | | | SCSI system do it for us | ||||
* | Mention the currently supported vendor/model strings. | joerg | 1996-02-02 | 1 | -1/+11 |
| |