Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller | |
implement an ioctl to get a spoofed label even for disks that have a label on them. | |||
1998-09-25 | o xfs is in the house (thanks art, for getting me started) | Todd T. Fries | |
o all but vax are major 51 | |||
1998-08-31 | Return ENXIO on open of /dev/mem minor devs that don't exist | Todd C. Miller | |
1998-08-23 | optimize declaration of "union sigval sv" | kstailey | |
1998-08-21 | Add Debugger prototype for gcc nit picking; garnett@cs.colorado.edu | Todd C. Miller | |
1998-08-19 | union sigval; garnett@cs.colorado.edu | Todd C. Miller | |
1998-08-19 | please gcc 2.8 | Todd C. Miller | |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned ↵ | Todd C. Miller | |
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more | |||
1998-07-07 | oops, i did not handle nchrdev correctly | Theo de Raadt | |
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt | |
1998-03-04 | Adapt comments to reality | Niklas Hallqvist | |
1997-10-01 | make rawpart FS_UNUSED | Theo de Raadt | |
1997-09-08 | s/sun3_btop/m68k_btop/ | kstailey | |
1997-09-07 | switch from private Mach derived conversion macros to m68k ones | kstailey | |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-07-25 | s/NetBSD/OpenBSD/ | kstailey | |
1997-07-23 | Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port. | denny | |
Add options NETATALK to your config to try it out. | |||
1997-04-08 | SunOS uses trap 2 to clear cpu caches. From NetBSD via scottr and gwr. | briggs | |
1997-04-07 | cd9660 & partition/block number confusion correction | Theo de Raadt | |
1997-04-05 | removed conditional code | kstailey | |
1997-04-05 | sendsig and sys_sigreturn are in m68k area now | kstailey | |
1997-04-05 | fpu_type -> fputype | kstailey | |
1997-04-05 | fpu_type -> fputype | kstailey | |
1997-04-05 | fpu_type -> fputype | kstailey | |
1997-02-22 | ramdisk now has raw version, disklabels | kstailey | |
1997-02-21 | do not pass up un-init vftype | Theo de Raadt | |
1997-02-20 | gratituous compatibility with NetBSD | kstailey | |
1997-02-20 | more of same | kstailey | |
1997-02-19 | merge in some NetBSD pmap code | kstailey | |
1997-02-18 | VM_MIN_KERNEL_ADDRESS -> virtual_avail | kstailey | |
1997-02-14 | back out changes to rei function | kstailey | |
1997-02-14 | back out Jason's copypage/zeropage() change | kstailey | |
1997-02-14 | add SPL#, back out Makefile.sun3 change | kstailey | |
1997-02-14 | add PSL_IPL7 | kstailey | |
1997-02-14 | back out prev. change | kstailey | |
1997-02-14 | switch from <sys/types.h> to <sys/param.h> | kstailey | |
1997-02-14 | remove old #define of splx() and update rei funciton in locore.s | kstailey | |
1997-02-14 | change spl0 from macro to assember function in locore.s | kstailey | |
1997-02-11 | prototypes for copypage & zeropage | kstailey | |
1997-02-10 | Use copypage and zeropage. | Jason Downs | |
1997-02-10 | zeropage -> devzeropage | Jason Downs | |
1997-02-06 | adjustments to SA_SIGINFO | kstailey | |
1997-02-06 | support for BUFCACHEPERCENT | kstailey | |
1997-02-04 | ipfiltering | kstailey | |
1997-02-04 | NetBSD -> OpenBSD | kstailey | |
1997-02-03 | remove DDB hack | kstailey | |
1997-02-03 | add siginfo member to struct sigframe | kstailey | |
1997-02-03 | closer to NetBSD 1.65 | kstailey | |
1997-02-03 | First try at SA_SIGINFO support. | kstailey | |
Some mods in trap.c to bring it closer to NetBSD 1.65. | |||
1997-01-19 | From Gordon W Ross (NetBSD): | Niklas Hallqvist | |
Use db_regs_t instead of struct mc68020_saved_state |