summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-0918-44/+30
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.phk1994-10-0915-138/+145
* Call resetpriority, not setpriority() ...oops.dg1994-10-091-2/+2
* Cosmetics: silences gcc -Wall.phk1994-10-083-7/+8
* Cosmetics: to silence gcc -wall.phk1994-10-085-30/+44
* Cosmetics: added a #include and a static prototype to silence gcc.phk1994-10-082-2/+6
* Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.phk1994-10-086-17/+21
* A couple of prototypes moved out from here.phk1994-10-083-9/+3
* Removed unused vars. Silenced gcc -Wall. Some of this stuff is virtuallyphk1994-10-085-81/+95
* Added prototypes here and there. Moved pfctlinput into socket.h.phk1994-10-087-8/+23
* Added prototypes.phk1994-10-086-6/+20
* db_disasm.c: Unused var zapped.phk1994-10-089-117/+84
* Completely removed trailer support. The only reason I wrote that code indg1994-10-082-302/+104
* POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,phk1994-10-0812-72/+135
* Correct #ifdef for nfs_disless support is #ifdef NFS, there will be norgrimes1994-10-083-6/+6
* Cosmetics for gcc -Wall. A couple of unused "int i"'s removed and a couple ofphk1994-10-081-24/+46
* I got my patch-file applied twice it seems. Fixed.phk1994-10-081-6/+1
* Prototypes of today. Brought to you by a 28 minute transit time on BART :-)phk1994-10-082-2/+8
* Cosmetics.phk1994-10-081-37/+58
* Mostly Cosmetics. Some of the procedures in if_sl.c was void, but shouldphk1994-10-083-31/+44
* Make inflate() reentrant - no more global variables.csgr1994-10-072-42/+67
* First stage of getting imgact_gzip reentrant:csgr1994-10-074-1211/+1319
* I forgot this bit of APM stuff last week.phk1994-10-071-27/+0
* Reviewed by: phkphk1994-10-071-1/+8
* Cosmetics. Added four prototypes.phk1994-10-071-1/+6
* Cosmetics. Unused vars and other warnings.phk1994-10-071-14/+10
* #ifdef DISKLESS the copying of the nfs_diskless structure. Not the bestdg1994-10-073-3/+9
* Change first CFLAGS+= to CFLAGS= or we got really bad resultsache1994-10-072-4/+4
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-0631-86/+86
* Steven Wallace provided a program which broke this stuff. I guess there arephk1994-10-061-1/+8
* 1. BOOTSEG and BOOTSTACK are now set from the Makefile, the boot code hasrgrimes1994-10-068-106/+112
* 1. bootinfo.h defines the structure passed in to the kernel by thergrimes1994-10-061-0/+44
* 1. Eliminate unused esym global from locore, our boot code never supportedrgrimes1994-10-065-74/+161
* Define a new macro. PSEUDO_SET, to hide TEXT_SET(pseudo_set, foo)wollman1994-10-051-1/+3
* Install line discipline the new way.wollman1994-10-052-15/+19
* Allow for loadable line disciplines (eventually).wollman1994-10-051-35/+12
* A number of bug-fixes inspired by Mark Treacy:wollman1994-10-053-10/+32
* Stuff object into v_vmdata rather than pager. Not important which atdg1994-10-0513-125/+207
* Fixed minor bug caused by some missing parens that can result in slightlydg1994-10-051-2/+2
* David Greenman told me to do this: (Thanks!) use vm_allocate to allocatephk1994-10-051-5/+5
* Add code to handle CPU_DISRTCSETache1994-10-042-4/+8
* Add disable_rtc_set variable to block resettodr() call, needed forache1994-10-045-10/+30
* CPU_DISRTCSET added to disable resettodr(), needed in adjkerntz -i,ache1994-10-042-4/+8
* USE_RTC_CENTURY addedache1994-10-043-3/+12
* RTC_CENTURY usage ifdefed out by USE_RTC_CENTURY compile option,ache1994-10-045-5/+45
* John Dyson's work in progress. Not currently used.dg1994-10-041-0/+389
* Added M_GZIP for the imgact_gzip code. The gzip-code is likely to be usedphk1994-10-042-8/+17
* Moved m_copyback into uipc_mbuf.cphk1994-10-042-55/+55
* In sd_get_params() the timeout for the MODE_SENSE command was toorgrimes1994-10-041-2/+2
* Pull in 1.1.5.1 changes to sd.c from 1.23 to 1.27 (basically the fixes forrgrimes1994-10-041-2/+5
OpenPOWER on IntegriCloud