Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-06 | Better keyboard timing code mostly from FreeBSD | Niklas Hallqvist | |
1998-09-06 | If mount by non-root, then verify that user has necessary permissions on | Todd C. Miller | |
the device. NetBSD (mycroft) made a similar change yesterday but there are vfs differences. Thanks to Hubert Feyrer for bringing this to our attention. | |||
1998-09-06 | Preserve symbol table if ksyms is in the kernel but DDB is not. | Todd C. Miller | |
1998-09-06 | * reorganize some includes | Artur Grabowski | |
* start using the VT_XFS tag on vnodes * be more paranoid about closed channel when going to sleep. | |||
1998-09-06 | add a VT_XFS tag for vnodes | Artur Grabowski | |
1998-09-04 | o check lseek return values | Todd C. Miller | |
o better error messages on read failure o use SEEK_SET, not 0 in lseek | |||
1998-09-04 | unit numbers should be < 16, not < 8 since we can have wide drives | Todd C. Miller | |
1998-09-04 | Kill non-working ultrix-style controller/disk/kernel format and leave | Todd C. Miller | |
working disk(controller, scsiid, partitionnum)kernel format. | |||
1998-09-04 | Add support for 3c980 (Server NIC) -moj | Mats O Jansson | |
1998-09-04 | ifmedia-fy qec+be | Jason Wright | |
1998-09-04 | sync | Todd T. Fries | |
1998-09-04 | WD9710 | Todd T. Fries | |
1998-09-03 | typo | Todd T. Fries | |
1998-09-03 | Correct loop termination for adosfs_ihashget | Constantine Sapuntzakis | |
1998-09-03 | Missed from if_media: add SIOC{G,S}IFMEDIA | Jason Wright | |
1998-09-03 | o OpenBSD gets if_media support (from NetBSD) | Jason Wright | |
o rework/simplify if_xl to use it | |||
1998-09-02 | typo | Theo de Raadt | |
1998-09-02 | Maintain FreeBSD RCS id's | Jason Wright | |
1998-09-02 | KNF & printf formatting | Jason Wright | |
1998-09-02 | Added xl* for 3c90x | Jason Wright | |
1998-09-02 | Missed update of files.pci, and sync with pcidevs | Jason Wright | |
1998-09-02 | o new driver for the 3c900, 3c905, 3c905b ported from FreeBSD | Jason Wright | |
o removed if_ep devices in favor of if_xl driver | |||
1998-09-01 | add a commented out XFS option | Artur Grabowski | |
1998-09-01 | o sun4c supported now | Jason Wright | |
o added collision counters o general improvements | |||
1998-09-01 | o Removed dependence on stp2002 (not sharable with qec+be) | Jason Wright | |
o Added collision counters o Should work on sun4c | |||
1998-09-01 | indent | Theo de Raadt | |
1998-09-01 | the sync command does not work, back it out | Artur Grabowski | |
1998-08-31 | better debug printfs | Michael Shalayeff | |
1998-08-31 | Return ENXIO on open of /dev/mem minor devs that don't exist | Todd C. Miller | |
1998-08-31 | glue in xfs | Artur Grabowski | |
1998-08-31 | Import of xfs from arla-0.35.7 | Artur Grabowski | |
1998-08-31 | indent the code and move around some includes, after discussion with Theo | Artur Grabowski | |
1998-08-30 | Cleanup. | Constantine Sapuntzakis | |
Error diagnostics in vputonfreelist to catch violations of assumptions. | |||
1998-08-30 | Add definition of MID_MACHINE. Set to 0 (MID_ZERO) because it needs to be ↵ | Todd C. Miller | |
*something* | |||
1998-08-30 | sync | Theo de Raadt | |
1998-08-30 | sync | Theo de Raadt | |
1998-08-30 | clean | Theo de Raadt | |
1998-08-30 | regen with xfspioctl | Artur Grabowski | |
1998-08-30 | rename pioctl to xfspioctl | Artur Grabowski | |
1998-08-30 | glue for xfspioctl syscall | Artur Grabowski | |
1998-08-30 | oops, forgot some Id-tags and copyrights | Artur Grabowski | |
1998-08-30 | glue for xfs | Artur Grabowski | |
1998-08-30 | public interface to xfs | Artur Grabowski | |
1998-08-30 | Import of xfs from arla-0.35.7 | Artur Grabowski | |
1998-08-30 | xfs - a filesystem using a user-land cache manager. Designed for AFS. | Artur Grabowski | |
1998-08-30 | Import xfs from arla-current as of 5 Aug 2003. | Artur Grabowski | |
ok deraadt@ | |||
1998-08-30 | add a sync command that does not reboot | Artur Grabowski | |
1998-08-30 | OK, this is another fix for the infamous i386 "PTDI panic". This fix is the | Per Fogelstrom | |
same as is used in 'vslock()'. The situation when this occurs is when a process tries to read or write to another process vm space and the _segment_ referenced have not yet been mapped. A certain way of crashing a system is to debug a program larger than 4 Mb (yes, those critters exist!). Set a break in an address above 4 Mb and pmap_enter panics because it can't fault in a new ptd page since it is not the process itself that calls pmap_enter. This is a fix, not a solution, but at least a user can't crash the kernel. | |||
1998-08-30 | Add extra cpu_setup argument. | Jason Downs | |
1998-08-30 | Rearrange cpu_setup call and add an extra argument in order to cope with | Jason Downs | |
MediaGXm problems. For now, this unsets the TSC bit in the cpuid output. |