Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-23 | First cut of Flash memory disk. Needs more work though... | Per Fogelstrom | |
1997-02-23 | Give HPUX it's own signal trampoline and stop modifying the real one. | Jason Downs | |
1997-02-23 | sigcode -> hpux_sigcode | Jason Downs | |
1997-02-23 | constrain nbuf until we find a better fix | Theo de Raadt | |
1997-02-23 | Checkpoint. This should be pretty close now, just gotta fix kernel | Jason Downs | |
bugs. | |||
1997-02-23 | Just some more KNF | Niklas Hallqvist | |
1997-02-23 | Some KNF, but more important: fix disklabels for audio CDs + | Niklas Hallqvist | |
preliminary support for multi-session CDs although the ISO9660 spoofing must be remade for that to really work. | |||
1997-02-23 | We run OpenBSD | Todd C. Miller | |
1997-02-23 | #ifdef __NetBSD__ -> #if defined(__NetBSD__) || defined(__OpenBSD__) | Todd C. Miller | |
1997-02-23 | Integrate code from John P. Wittkoski <jpw@netwizards.net> and | briggs | |
Takashi Hamada <hamada@next.etron.kanazawa-it.ac.jp>. This code interfaces directly to the hardware to support the ADB on many macs. It is enabled by "options HWDIRECT" in the configuration file. At some point, this should probably become the default method as interfacing to the ADB through the ROMs has been painful and sometimes problematic. This code should have functioning ADB support for: II series (II, SE/30, IIx, IIcx) IIsi series (IIsi, IIci, IIvx, IIvi) LC II, LC III Performa 400, 405, 430, 460, 465, 467, 600 Classic II, Color Classic, Color Classic II PB 5XX series Duo series PB 140,145,145b,160,(160c?),165,165c,170,180,180c Quadra 700,900,950 There is an off-chance that it will work on: PB 150, PB 190 Quadra/Centris 605,610,630,650,660AV,800,840AV LC 475,550,575,630 Performa 475,476,575,577,578,630 Note that functioning ADB support does not mean that everything else will work. I obviously do not own all of the above machines (does anyone? ;-)... Any reports are welcome. Many thanks to John Wittkoski and Takashi Hamada! | |||
1997-02-23 | Note that newfs now contains fsirand(8) functionality. | Todd C. Miller | |
1997-02-23 | Inline fsirand(8) (at no noticable cost in speed). | Todd C. Miller | |
1997-02-23 | build host and user is not important | Theo de Raadt | |
1997-02-23 | Fix mem leak, count partitions (tracks) right for audio disklabels. ↵ | Niklas Hallqvist | |
Partition offset & sizes still worng in this case though. | |||
1997-02-23 | Spoof ISO 9660 disklabels | Niklas Hallqvist | |
1997-02-23 | Audio CDs were read as data CDs before, which broke audio. | Niklas Hallqvist | |
This change fixes that and tries to make sane disklabels for audio disks, however it fails at that, but I think the fix is good enough to go in. Hopefully the disklabel will be really fixed tomorrow. | |||
1997-02-23 | All audio CDs does not start at block 0 | Niklas Hallqvist | |
1997-02-23 | s/MINIROOT/RAMDISK/g | Jason Downs | |
1997-02-22 | ramdisk now has raw version, disklabels | kstailey | |
1997-02-22 | add "-l" flag see NetBSD PR #3227 | kstailey | |
1997-02-22 | add tag; NetBSD -> OpenBSD | kstailey | |
1997-02-22 | if sys/kern/malloc.c does not #define KMEMSTATS (and DIAGNOSTIC is also | kstailey | |
not #defined) then vmstat should not try to print kernel memory stats. Fixes NetBSD PR #3187. | |||
1997-02-22 | ufsboot uses strncpy() now | kstailey | |
1997-02-22 | Resolved a couple of open issues (just changed comments after checking | Angelos D. Keromytis | |
RFCs). | |||
1997-02-22 | Fixed problem in ip_weadvertise(). | Angelos D. Keromytis | |
1997-02-22 | sends and receives and illustrates that the vme board has interrupt vector bugs | Theo de Raadt | |
1997-02-22 | add register bit defines | Theo de Raadt | |
1997-02-22 | Fixed problem with authenticator length checking. | Angelos D. Keromytis | |
1997-02-22 | Not used. | Per Fogelstrom | |
1997-02-22 | Update to lite2 -- man page is the only thing that changed. | Todd C. Miller | |
1997-02-22 | update to lite2 -- note restriction when securelevel > 0 | Todd C. Miller | |
1997-02-22 | Upodate to lite2 -- don't allow setting back the clock if securelevel > 0 | Todd C. Miller | |
1997-02-22 | Preliminaries for IPsec socket API. | Angelos D. Keromytis | |
1997-02-22 | Use rlimit to set datasize to max. | Todd C. Miller | |
1997-02-22 | ICMP redirects will not be sent if we do proxy arp pointing to ourselves. | Angelos D. Keromytis | |
1997-02-22 | progname -> __progname and exec fsirand after mkfs(). | Todd C. Miller | |
1997-02-22 | Corrected protocol name. | Angelos D. Keromytis | |
1997-02-22 | Removed duplicate entries. | Angelos D. Keromytis | |
1997-02-22 | header | Niels Provos | |
1997-02-22 | Amended the copyleft. | Angelos D. Keromytis | |
1997-02-22 | Changed to reflect new TTL-option in kernel. | Angelos D. Keromytis | |
1997-02-22 | User-defined TTL for external IP header. | Angelos D. Keromytis | |
1997-02-22 | Add pseudo-device enc 4 | Niklas Hallqvist | |
1997-02-22 | Set MMU/CPU better, except for 060 as that requires intrusive changes | Niklas Hallqvist | |
elsewhere. | |||
1997-02-21 | Integration of IPSEC userland tools, no manpages yet, sorry. | Niklas Hallqvist | |
1997-02-21 | Don't expose private copies of malloc(), calloc(), free(). Ewwww. | Todd C. Miller | |
1997-02-21 | sync to __powerpc__ | gvf | |
1997-02-21 | add _PATH_FSIRAND | Todd C. Miller | |
1997-02-21 | which(1) is now a binary that works in any shell since csh(1) has a | Todd C. Miller | |
which built-in. | |||
1997-02-21 | more cleanup for powerpc miniroot installation, | Dale S. Rahn | |
try to allow install to work without awk in the miniroot. |