summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* err() --> errx() for non-errno related failures.joerg1996-03-111-3/+3
|
* Add Andrew Gordon for his rpc.statd and stub rpc.lockdpeter1996-03-111-1/+2
|
* Bring in most of Bruce's prot_to_real() changes into the APM BIOSnate1996-03-119-143/+116
| | | | | | startup code. Reviewed by: bde
* Fix typo #ifdef -> .if defined().markm1996-03-112-40/+14
| | | | Tidy uo this file a bit.
* From Lite2: proc LIST changeshsu1996-03-111-8/+12
| | | | | | call kern_proc.c:procinit() to initialize LISTs call to usrinfoinit() subsumed by procinit() Reviewed by: davidg & bde
* For Lite2: proc LIST changes.hsu1996-03-112-12/+8
| | | | Reviewed by: davidg & bde
* For Lite2: proc LIST changes.hsu1996-03-114-11/+11
| | | | Reviewed by: davidg & bde
* Merge in Lite2: LIST changeshsu1996-03-111-28/+46
| | | | | stylistic changes to function prototypes Note: sizeof(struct proc) is now exactly 256 bytes, no room to spare.
* From Lite2: proc LIST changes.hsu1996-03-116-214/+111
| | | | Reviewed by: david & bde
* From Lite2: proc LIST changeshsu1996-03-111-8/+9
| | | | | stylistic changes to function prototypes Reviewed by: david & bde
* For Lite2: proc LIST changes.hsu1996-03-113-11/+11
| | | | Reviewed by: david & bde
* Merge in Lite2: proc LIST changes.hsu1996-03-112-54/+4
| | | | Reviewed by: david & bde
* Merge in Lite2: proc LIST changeshsu1996-03-111-4/+8
| | | | | | 64-bit fix for alpha add debugging code for locking Reviewed by: david & bde
* From Lite2: file LIST changes.hsu1996-03-111-4/+4
|
* From Lite2: proc and file LIST changeshsu1996-03-112-8/+10
|
* Fix some grammer problems.mpp1996-03-111-7/+4
|
* Add the -x option to the usage string.mpp1996-03-111-2/+2
| | | | Submitted by: Philippe Charnier <charnier@lirmm.fr>
* Fix a couple of typos.mpp1996-03-111-3/+3
| | | | Submitted by: Philippe Charnier <charnier@limrr.fr>
* Add a reference to intro(9).mpp1996-03-111-0/+1
| | | | Submitted by: Philippe Charnier <charnier@lirmm.fr>
* Change an incorrect reference to the "-n" flag to "-#".mpp1996-03-111-1/+1
| | | | | Submitted by: Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Obtained from: NetBSD-bugs mailing list
* From Lite2: rename fs to vfs.hsu1996-03-111-1/+1
|
* From Lite2: rename fs to vfs.hsu1996-03-113-4/+4
|
* Be more careful in how we set SCSICONF. It was possible for a controllergibbs1996-03-111-3/+7
| | | | set to a device id above 7 to screw up the data fifo setting.
* Disable the selection hardware before acknowledging a SELTO interrupt.gibbs1996-03-111-1/+6
| | | | It seems the 7880 gets confused if you don't do this.
* From Lite2: moved acct_process() prototype over to acct.h.hsu1996-03-111-2/+1
| | | | Reviewed by: davidg & bde
* Merge in Lite2: add whiteout flags to namei parameter descriptorshsu1996-03-111-16/+18
| | | | | | add function prototype for relookup() Spruce up number formatting. Reviewed by: davidg & bde
* Merge in Lite2: buf fix with comparison of wrong field against EXTPROC.hsu1996-03-111-3/+3
| | | | | Did not accept change of second argument to ioctl from int to u_long. Reviewed by: davidg & bde
* From NetBSD: add #include <sys/acct.h> for acct_process() prototype.hsu1996-03-111-1/+2
| | | | Reviewed by: davidg & bde
* From Lite2: add typedef for register_t.hsu1996-03-111-1/+3
| | | | Reviewed by: davidg & bde
* Merge in Lite2: add function prototype.hsu1996-03-111-2/+3
| | | | | | | Note: Lite2 struct sysent changes need to go in FreeBSD sysent.h instead. Leave out prototype for nosys() until convert makesyscalls.sh over to Lite2 format, if we ever do so. Reviewed by: davidg & bde
* Merge in Lite2: use machine-independent typeshsu1996-03-111-16/+21
| | | | | add kernel function prototype Reviewed by: davidg & bde
* Merge in Lite2: use machine-independent types.hsu1996-03-111-60/+61
| | | | Reviewed by: davidg & bde
* Merge in Lite2: clean up function prototypes.hsu1996-03-111-52/+63
| | | | | Did not accept change of second argument to ioctl from int to u_long. Reviewed by: davidg & bde
* From Lite2: change code parameter to u_long and initialize ps_sig.hsu1996-03-111-2/+4
| | | | Reviewed by: davidg & bde
* Change type of code argument to sendsig from unsigned to u_long to make ithsu1996-03-112-4/+4
| | | | | consistent w/ signalvar.h and kern_sig.c. Reviewed by: davidg & bde
* Merge in Lite2: add function prototypeshsu1996-03-111-12/+10
| | | | | | | | | | remove bogus function prototype for issig()---no such function fix comment Lite2 changed type of ps_code from int to long. We change it to u_long to make it consistent w/ its usage in kern_sig.c. Did not accept type change to ps_addr field. Delete it instead as it is not used anywhere. Reviewed by: davidg & bde
* Merge in Lite2: cosmetic indentation change.hsu1996-03-111-3/+3
| | | | | | We already have the other Lite2 changes, which consists of additional function prototypes. Reviewed by: davidg & bde
* Merge in Lite2: use fixed-width types.hsu1996-03-111-20/+22
| | | | | | | | | | Did not accept changes to types of off_t and pid_t. See <machine/ansi.h> for explanation. Did not accept changes to major and minor macros upon bde's review. These changes are unnecessary. Did not accept type change to fd_mask upon bde's review. This change is unnecessary as long as sizeof(fd_mask) divides FD_SETSIZE. Reviewed by: davidg & bde
* From Lite2: rename fs to vfs.hsu1996-03-112-6/+6
| | | | Reviewed by: davidg & bde
* Merge in Lite2: rename fs to vfs.hsu1996-03-111-7/+7
| | | | Reviewed by: davidg & bde
* Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead.hsu1996-03-112-26/+20
| | | | | Did not accept change of second argument to ioctl from int to u_long. Reviewed by: davidg & bde
* Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead.hsu1996-03-111-5/+6
| | | | Reviewed by: davidg & bde
* Merge in Lite2: no changes required. Just update CSRG id.hsu1996-03-111-2/+2
| | | | | Our changes since Lite1 include all the added functionality of Lite2. Reviewed by: davidg & bde
* Merge in Lite2: use fixed-width types.hsu1996-03-111-15/+14
| | | | Reviewed by: davidg & bde
* Merge in Lite2: use fixed-width typeshsu1996-03-111-28/+43
| | | | | | add POSIX compatibility add union fs defines Reviewed by: davidg & bde
* Merge in Lite2: fix commenthsu1996-03-111-9/+9
| | | | | optimize TAILQ_INSERT_HEAD Reviewed by: davidg & bde
* Merge in Lite2: clean up casts for architectures where the size of addresseshsu1996-03-111-24/+23
| | | | | | | | | are bigger than the size of ints add function prototypes reorder some fields Did not add prototype for m_reclaim(). It's only used in kern/uipc_mbuf.c and is declared static there. Reviewed by: davidg & bde
* Merge in Lite2: stylistic changes to function prototypeshsu1996-03-112-38/+64
| | | | | | | add comments Did not accept change of second argument of ioctl prototype from int to u_long. Did not merge in changes to fields in bdevsw and cdevsw. Reviewed by: davidg & bde
* Merge in Lite2: add function prototypes.hsu1996-03-111-10/+14
| | | | | | | | Did not accept prototypes for unp_attach(), unp_bind(), unp_connect(), unp_detach(), unp_discard(), unp_disconnect(), unp_drop(), np_gc(), unp_mark(), unp_scan(), and unp_shutdown(). They are used only in uipc_usrreq.c and declared static there. Reviewed by: davidg & bde
* Merge in Lite2: change manifest constant values for NOCRED and FSCREDhsu1996-03-111-10/+10
| | | | | stylistic changes to function prototypes Reviewed by: davidg & bde
OpenPOWER on IntegriCloud