summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reformat recent additions to the same style as the original.bde1994-08-281-10/+8
* Don't test if a u_int is < 0. The remaining test is sufficient and thebde1994-08-283-6/+6
* Update declarations for timeout stuff the same as for the other SCSIbde1994-08-281-3/+4
* Made a little more up to date.dg1994-08-283-12/+48
* ddb ps function from 1.1.5. Moved into its own file and cleaned up a bitdg1994-08-271-0/+79
* Updated this a bit. It's still woefully out of date.dg1994-08-273-39/+21
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-2725-126/+130
* Continue previous fix:ache1994-08-272-6/+10
* 1) Raw partition number was incorrectly 0, changed to 3ache1994-08-272-10/+44
* Obey RFC 793, section 3.4:wollman1994-08-263-5/+6
* Added ntp_gettime and ntp_adjtime syscalls, both nosys'ed out untilwollman1994-08-264-9/+13
* Bring back our support for 57K and 115K.jkh1994-08-261-1/+3
* Oops didn't check that init_sysent.c was generated proberly. Fixed.sos1994-08-262-4/+4
* Changes to new sysent structure. TODO MOD_EXEC support.sos1994-08-261-12/+17
* Add timex.h for xntpd. The system calls will have to wait for tomorrow,jkh1994-08-261-0/+290
* Methinks p_sysent should be in the copy-on-fork rather than thewollman1994-08-251-3/+3
* Add Charles Martin Hannum to copyright notice so he can stop whining andwollman1994-08-252-202/+218
* Stop cvs up -P from removing empty compile directories.paul1994-08-251-0/+0
* Added ${MACHINE}/boot to build bootblocks.paul1994-08-251-2/+2
* Updated to final 1.1.5 version (revision 1.56).bde1994-08-253-1413/+1524
* Support speeds 57600 and 115200.bde1994-08-251-12/+16
* Reviewed by:ats1994-08-242-2/+6
* Reviewed by:ats1994-08-246-6/+424
* Changes preparing for iBCS supportsos1994-08-248-48/+69
* Changes preparing for iBCS supportsos1994-08-242-8/+6
* New file declaring the sysent structuressos1994-08-241-0/+58
* Changes preparing for iBCS2 supportsos1994-08-242-2/+16
* Added iBCS2 filessos1994-08-242-66/+94
* Pay attention to *all* errors from copyinstr(). This patch fixes a bugdg1994-08-241-8/+16
* Initialized v_writecount.dg1994-08-242-4/+6
* Corrected some comments regarding ptes/pdes.dg1994-08-232-6/+6
* Re-enabled inlining of inb.paul1994-08-232-22/+6
* I've disabled this piece of code since it's what'spaul1994-08-232-2/+6
* I was in bourne-shell mode when I wrote this.. *blush*.jkh1994-08-233-9/+12
* Ran ft.c through ident.paul1994-08-2315-1744/+1776
* Fix the libkern references to hopefully DTRT. See comments regardingjkh1994-08-233-21/+63
* remove unnecessary occurrence ofcsgr1994-08-221-5/+1
* print "BUSY" instead of error number if filesystem was busy duringdg1994-08-222-10/+26
* Restore the intr_* array variables that were removed in the previousbde1994-08-221-1/+5
* Pad `_cpu_vendor' to finish on a 32-bit boundary so that most of thebde1994-08-223-9/+9
* Idempotency #endif was not at end of file or commented.bde1994-08-221-3/+3
* - Fix warnings in df, etc. caused by misplaced declaration of doumount().bde1994-08-221-4/+4
* - Fix attribute for __pure2.bde1994-08-221-3/+3
* modified include stucture to 2.0 style.sos1994-08-221-2/+3
* Fixed minor typo in diagnostic message.dg1994-08-222-4/+4
* Added (timeout_func_t) casts to timeout/utimeoute calls.paul1994-08-212-25/+21
* Another typo by mepaul1994-08-211-3/+3
* Remove the idempotency I added -- it was wrong.paul1994-08-211-6/+1
* Fix typo (define -> ifndef)paul1994-08-211-2/+2
* Removed disk type from disklabel lines, not needed for installingpaul1994-08-212-6/+6
OpenPOWER on IntegriCloud