summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Taken update rule out of world target so it doesn't try and sup andpaul1994-09-031-14/+5
* | | Reviewed by:ats1994-09-022-2/+6
* | | Reviewed by:ats1994-09-025-10/+10
* | | Disable one of my extensions (function profiler epilogues) thatbde1994-09-021-0/+2
* | | Restore some explicit dependencies for locore.s so that "make clean; make"bde1994-09-023-6/+6
* | | Added entry for if_lnc.c, soon to be added new Lancef amily ethernetpaul1994-09-022-2/+4
* | | Whoops, accidently left out some pieces of the munmapfd patch.dg1994-09-023-7/+9
* | | Make sure that uio_resid isn't negative in read().dg1994-09-021-1/+5
* | | panic if length is < 0 in ffs_truncate().dg1994-09-021-1/+3
* | | Disallow truncating to negative file sizes. Doing so causes ffs_truncate()dg1994-09-022-2/+10
* | | munmapfd() was being called with one too few params - bug introduceddg1994-09-021-2/+2
* | | Converted P_LINK -> P_FORW, P_RLINK -> P_BACK, minor optimization.dg1994-09-025-189/+174
* | | Make olstat() consistent with lstat() - so they both return the samedg1994-09-022-14/+74
* | | Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().dg1994-09-0212-88/+61
* | | Fixed a couple of typos. Ok, this works now. Only one significant hurdlejkh1994-09-021-5/+5
* | | Ok, I've reviewed this and made it work now. ncftp fetching seems to bejkh1994-09-021-17/+16
* | | It's not necessary to make page tables write-through, so get rid of thisdg1994-09-023-9/+9
* | | Add a few missing >> lines to error echo's.. This is basically myjkh1994-09-021-4/+4
* | | Here's my first cut at doing auto-fetch with ncftp. The extract rulejkh1994-09-011-7/+31
* | | Geeze, what was I thinking again? Replace all references to:jkh1994-09-011-7/+15
* | | Fixed editing blunder.dg1994-09-011-2/+2
* | | rtprio(1) utility to modify realtime priority of a process.dg1994-09-014-1/+314
* | | Added rtprio option/field.dg1994-09-012-0/+4
* | | Fixed bug that caused system processes to run at realtime priority.dg1994-09-011-4/+3
* | | Changed MAX to max.dg1994-09-011-1/+1
* | | Added rtprio system call stub and manual page.dg1994-09-012-4/+96
* | | Realtime priority scheduling support.dg1994-09-013-5/+7
* | | Realtime priority scheduling support.dg1994-09-0114-37/+415
* | | Got rid of some old, unused junk.dg1994-09-012-52/+2
* | | Got rid of redundant declaration, and changed IFF_LLC0 to IFF_LINK0.dg1994-09-011-7/+5
* | | Added ze driver (brought over from 1.1.5).dg1994-09-012-2/+4
* | | Submitted by: Stefan Esser <se@ZPR.Uni-Koeln.DE>se1994-09-011-2/+7
* | | Submitted by: Stefan Esser <se@ZPR.Uni-Koeln.DE>se1994-09-012-6/+8
* | | Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-09-014-77/+523
* | | This commit was generated by cvs2svn to compensate for changes in r2432,se1994-09-0111-0/+15435
|\ \ \
| * | | Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + Stefan Esser <se>se1994-09-0111-0/+15435
| / /
* | | Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + Stefan Esser <se>se1994-09-011-0/+598
* | | Reviewed by:se1994-08-312-2/+10
* | | Reviewed by: Stefan Esser <se>se1994-08-312-2/+12
* | | Reviewed by: Stefan Esser <se>se1994-08-312-4/+4
* | | Reviewed by: Stefan Esser <se>se1994-08-311-5/+16
* | | Fixed stupid bug which prevented any command line options from beingdg1994-08-311-1/+1
* | | Fixed bug that surfaced with last commit for NOBOUNCE -> BOUNCE_BUFFERS bydg1994-08-312-28/+30
* | | Build ntp_adjtime.o and ntp_gettime.o so that xntpd compiles.bde1994-08-311-9/+6
* | | Fix comparison of int against unsigned when checking error returncsgr1994-08-311-2/+2
* | | Conditionalized support for syscons as the console so that it can bedg1994-08-313-3/+24
* | | Rather than exclude bounce buffers support with NOBOUNCE, include itdg1994-08-3114-33/+41
* | | Do uname -rs instead of uname -a when generating /etc/motd.dg1994-08-311-1/+1
* | | Quiet down compiler warnings.dg1994-08-313-9/+9
* | | Changed g++ to c++paul1994-08-311-2/+2
OpenPOWER on IntegriCloud