summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Slight optimisation. Don't do the same calculation twice.julian1998-07-091-17/+14
* Don't update superblock if mounted readonly,julian1998-07-081-8/+15
* Oops, I broke netboot.kato1998-07-082-20/+21
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.bde1998-07-089-44/+44
* Fixed (un)sign extension bugs in %+n format. -4 becamebde1998-07-081-7/+16
* Fixed bogus type of valuep in struct db_variable. It was `int *' andbde1998-07-0810-56/+57
* Sync with sys/i386/isa/syscons.c revision 1.265.kato1998-07-081-2/+21
* Sync with sys/i386/boot/netboot/Makefile revision 1.19.kato1998-07-081-6/+9
* When not acting as a router (ipforwarding=0), silently discard sourcedg1998-07-081-10/+21
* Fixed db_printf format errors.bde1998-07-085-19/+18
* Add support for run-time configuration of core file names. In a nutshell,sef1998-07-081-5/+93
* Fixed db_printf format errors (except for ones using broken extensionsbde1998-07-081-7/+7
* Merge changes from vendor branch.peter1998-07-082-4/+22
* Catch a few corner cases where FreeBSD differs enough from BSD 4.4 tojulian1998-07-084-9/+15
* Add definitions for PT_LOPROC and PT_HIPROC.jdp1998-07-072-2/+8
* Changed `#if defined(i386)' to `#ifdef __i386__'.bde1998-07-071-2/+2
* Don't depend on gcc's feature of casting lvalues.bde1998-07-072-6/+8
* Don't assume that longs are 32 bits in struct dos_partition.bde1998-07-073-9/+9
* Quick fix for type mismatches which were fatal if longs aren't 32bde1998-07-072-10/+10
* Added a `build-tools' target for internal tools.bde1998-07-071-7/+10
* Finished previous fix - don't forget to add one dummy options headerbde1998-07-073-39/+30
* Added a `build-tools' target for internal tools. (linux_genassym maybde1998-07-071-2/+4
* Introduce (fairly hacky) workaround for odd TCP behavior with applicationfenner1998-07-061-1/+2
* Attempt to load serial eeprom contents in both 93c46 and 93c56/66 mode beforegibbs1998-07-061-22/+42
* "vender" -> "vendor"eivind1998-07-061-17/+17
* Shorten line.eivind1998-07-061-2/+2
* Sync with sys/i386/isa/fd.c and wd.c revisions 1.115 and 1.170,kato1998-07-063-26/+82
* oops ended comment before the comment ended..julian1998-07-061-2/+2
* Bring back some slight cleanups from 2.2julian1998-07-062-6/+21
* Add the ability to suspend as well as hibernate to the system. Thisimp1998-07-068-46/+157
* Don't expect the new code to be used without the right option file beingjulian1998-07-061-1/+2
* Fix braino in switching to TAILQ macro.julian1998-07-062-4/+4
* Forgot to register the IPFIREWALL_FORWARD option.julian1998-07-061-1/+2
* Support for IPFW based transparent forwarding.julian1998-07-068-30/+288
* DEVFS completely bypasses the cdevsw and bdevsw tables now.julian1998-07-053-232/+804
* fix braino from yesterdays' megacommitjulian1998-07-051-2/+2
* Add support for kernel gdb.dfr1998-07-055-40/+829
* Use byte/word access in badaddr if relevant.dfr1998-07-051-3/+12
* Support channel B as well as channel A.dfr1998-07-052-35/+76
* Add basic support for 2117x pci chipsets. Currently only pyxis (21174)dfr1998-07-053-0/+491
* Add macros for byte/word sized load and store instructions.dfr1998-07-051-0/+76
* Add declaration of the NetBSD/alpha bootinfo.dfr1998-07-052-0/+118
* First steps at supporting EB164 (AlphaPC 164, 164LX, 164SX).dfr1998-07-052-3/+135
* Define bio_imask to allow the ncr driver to compile. The idea of passingdfr1998-07-051-1/+3
* Make the prom console work as a real device as well as a console.dfr1998-07-052-43/+64
* Make sure hold_count for level 2 maps is maintained properly.dfr1998-07-051-24/+10
* Don't truncate the return value of mmap to sizeof(int).dfr1998-07-051-2/+2
* Minor tidying.dfr1998-07-051-11/+7
* Use u_int32_t in NQFHHASH instead of u_long.dfr1998-07-051-2/+2
* Remove the two single step breakpoints in the reverse order of setting todfr1998-07-051-5/+5
OpenPOWER on IntegriCloud