Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-07-07 | do multi-include protection. | Michael Shalayeff | |
1996-07-07 | email address of an authority | Theo de Raadt | |
1996-07-07 | Add pccom to files.i386. SPARE-PARTS is an i386-dx40, which runs | Jason Downs | |
with zero fifo overruns or dropped characters at 115200bps with pccom. | |||
1996-07-07 | Integrate the i386 specific com driver from Onno van der Linden, | Jason Downs | |
<onno@simplex.nl>, as a seperate driver. This is the OpenBSD com.c, with his changes integrated and the functions renamed. This driver should work with pcmcia, but hasn't been tested. It will not work the multiport boards. Simply switch 'com' to 'pccom' in your conf and change the major number of your devices in order to use this. | |||
1996-07-06 | add pccom, character device 46. | Jason Downs | |
1996-07-05 | release temporary binding if M_PREPEND fails; netbsd pr#2605; ↵ | Theo de Raadt | |
tegge@idt.unit.no; improved by me | |||
1996-07-05 | overly pedantic indentation fix from theo who had a few beer | Theo de Raadt | |
1996-07-05 | Add NCPfs constants. | Michael Shalayeff | |
1996-07-05 | fix swap | Jason Downs | |
1996-07-05 | com2 and ed0 move to spare-parts | Jason Downs | |
1996-07-04 | fix recording; from jabaker@grail.cba.csuohio.edu | Theo de Raadt | |
1996-07-03 | ported to FreeBSD 2.2-960612-SNAP. | chuck | |
1996-07-03 | ported to FreeBSD 2.2-960612-SNAP. | chuck | |
1996-07-03 | ported to FreeBSD 2.2-960612-SNAP. | chuck | |
1996-07-03 | prototype ethers(3) functions (inside !_KERNEL), pointed out in | Theo de Raadt | |
netbsd pr#2471, jhawk@mit.edu | |||
1996-07-03 | cannot check for < NFS_MINPACKET on some transports; from guy@netapp.com | Theo de Raadt | |
1996-07-03 | renumber to avoid conflict with freebsd | chuck | |
1996-07-03 | renumber AF_NATM to avoid a conflict with freebsd which put ISDN @ 26. | chuck | |
(i should have checked first) | |||
1996-07-02 | add ep* | Theo de Raadt | |
1996-07-02 | pretty | Theo de Raadt | |
1996-07-02 | support FSTATE_STAR by repetition | Theo de Raadt | |
1996-07-02 | handle SCSI_QUEUE_FULL correctly | Theo de Raadt | |
1996-07-02 | better FIFO enabling code; netbsd pr#2574, cliff@wport.com | Jason Downs | |
1996-07-02 | unsigned usec can go negative, should be added in as is; netbsd pr#2585; ↵ | Theo de Raadt | |
Juergen.Fluk@lrz.tu-muenchen.de | |||
1996-07-02 | + LFS | Jason Downs | |
1996-07-02 | document | Theo de Raadt | |
1996-07-02 | provide config_make_softc proto | Theo de Raadt | |
1996-07-02 | -Wall & -Wstrict-prototype fixes | Niklas Hallqvist | |
1996-07-02 | move natm to correct place | chuck | |
1996-07-01 | fix padding for struct lfs, formating fix. | Jason Downs | |
1996-07-01 | New LFS, based on Lite2. Still being worked on. | Jason Downs | |
1996-07-01 | dinode.h: protect from multiple inclusion. | Jason Downs | |
ufs_readwrite.c: changes for new LFS. | |||
1996-06-30 | add natm intr. | chuck | |
1996-06-30 | add natm | chuck | |
1996-06-30 | new: protocol layer to provide you with native mode ATM access. | chuck | |
you can open raw aal5 and aal0 vcs with this protocol layer. | |||
1996-06-30 | add native mode atm socket type | chuck | |
1996-06-30 | add native mode atm netisr hook | chuck | |
1996-06-30 | option not options | Theo de Raadt | |
1996-06-30 | Put small delay in lptintr, as suggested by banshee@gabriella.resort.com | dm | |
on port-i386@netbsd.org. | |||
1996-06-29 | new: add a raw_threshold for raw mode. this basically tells the driver | chuck | |
to ignore inbound data sizes less than the threshold. otherwise, when connected to a video aal0 input the driver gives us a massive stream of 56 byte mbufs each with one aal0 cell in it and the system just can't keep up with it, especially if the socket buffer size is large [it hangs until you turn off the video source]. fixes: when turning off a vc, try and check the freshest copy of the mode when seeing if we need to enter the "drain" state. also, don't panic if we get unexpected rx interrupt on a VCI (instead make sure the VC is off, print a warning, and move on!). | |||
1996-06-29 | Add external declaration for osversion[] | Thorsten Lockert | |
1996-06-29 | Move new KERN_OSVERSION sysctl request so binary compatibility with NetBSD | Thorsten Lockert | |
is preserved | |||
1996-06-29 | MIssed this one in previous commit; make uname(1) and uname(3) do the | Thorsten Lockert | |
right thing for the version field | |||
1996-06-29 | Make uname(1) and uname(3) do sane things for the version field; now will | Thorsten Lockert | |
show only "KERNEL#build". | |||
1996-06-29 | change: | chuck | |
- change asock to rxhand and adjust all for this [esp atm_input] | |||
1996-06-29 | change: | chuck | |
- change rxso into a void handle ... no need to know details at this low level. fix: - forgot to init "vci" during ENOTHER_DRAIN case of RX DMA interrupt [could cause a vm_fault on native mode connection close depending on needing to drain out the VC and also the random value of vci] | |||
1996-06-29 | option not options | Theo de Raadt | |
1996-06-29 | provide if_attachhead(), and make if_loop use it | Theo de Raadt | |
1996-06-29 | fix. add to tags all the gnu ... | Michael Shalayeff | |
1996-06-29 | put ext2fs into tags too. | Michael Shalayeff | |