summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-06-29change: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-29option not optionsTheo de Raadt
1996-06-29provide if_attachhead(), and make if_loop use itTheo de Raadt
1996-06-29fix. add to tags all the gnu ...Michael Shalayeff
1996-06-29put ext2fs into tags too.Michael Shalayeff
1996-06-29INST requires ncr.Jason Downs
1996-06-28add hook for user to turn on/off raw modechuck
1996-06-28new: add all needed hooks to engage raw mode.chuck
1996-06-27backout spl changeTheo de Raadt
1996-06-27new 2940 driver merged from freebsd sources 960623shawn
1996-06-27More bugs fixed. Replaced lots of "|" and "&" with the correct "||" and "&&".Mats O Jansson
1996-06-27Make ext2fs_vfsops non-staticJason Downs
1996-06-27Add ext2fs to the vfsswJason Downs
1996-06-27Changed to match UFS changes; remove old file.Jason Downs
1996-06-27Moving some things around; struct inode still ends up bigger, though.Jason Downs
This should, hopefully, be the last UFS changes required.
1996-06-27throw user_config() into #ifdef BOOT_CONFIGTheo de Raadt
1996-06-27fix/improvement:chuck
- add proto if atm_input - add native mode atm hooks to if_atmsubr.c (atm_input)
1996-06-27fixes/improvements:chuck
- more stat counters (rxmbufout -- mbufs, ttrash -- trashed RBD) - add swsl_size to keep track of size of software slist - revise when we call en_service - fix handling of circular lists (was getting full vs empty confused in extreem cases...) - native mode atm: remove sbappend code: can't do it here since socket buffer is protected only by splsoftnet and that doesn't mask enintr off. forces us to switch to a two level interrupt scheme. revise call to atm_input to reflect that.
1996-06-26expand %d is panicstrdm
1996-06-26lpr attaches with lpt_isa_cadm
1996-06-26When a dirty buffer is written to, don't move it to the tail of theThorsten Lockert
dirty list. Doing that can, for a block that is written to with a period of less than 30 seconds, cause the block to never be flushed to disk. Idea from Jeffrey Mogul's paper covering the same basic changes.
1996-06-26New safer userconf_number, more can be terminated with q, if more than oneMats O Jansson
device uses the same slots, allocates new space. /moj
1996-06-26[1] add new rxso passing structure to if_atm.hchuck
[2] modify atm_output to handle native mode atm output mbufs
1996-06-26fixes/new stuff:chuck
[1] if user tries to enter in a bogus PVC don't leave it in the routing table ... remove it [2] change ioctl arg to include rxso for lower layer [3] add hooks (inside "NATM" ifdef) for native mode atm sockets so that they don't clash with IP PVCs. [i am still debugging the native mode atm socket protosw code]
1996-06-26fixes:chuck
[1] rxslot "cur" pointer wasn't updated if we copied all data and didn't have any fill. this could cause a service id mismatch panic under load. [2] recv of aal0 forgot to include the cell header in the data length calc [add cell header length to midwayreg.h] [3] fix control info "chop" for raw mode and aal0 [4] handle rxsb better for native atm connections (XXX: still working on this ... not complete and needs revision)
1996-06-25consider umask for AF_UNIX bind()Theo de Raadt
1996-06-25lpt_isa_caTheo de Raadt
1996-06-25MID_M68K is the default now (with backwards compat for MID_M68K4KTheo de Raadt
1996-06-25byeTheo de Raadt
1996-06-25COMPAT_M68K4KTheo de Raadt
1996-06-25do not use MID_M68K4KTheo de Raadt
1996-06-25Implement save/restore cursor position; new curses uses itThorsten Lockert
1996-06-25emul_nativeTheo de Raadt
1996-06-24struct intrhand protected by _KERNEL; some user-mode assembly codeThorsten Lockert
can't deal with the file without this
1996-06-24ufs_dirops only needed when compiling with _KERNELThorsten Lockert
1996-06-24pica changes backed out. does not belong herePer Fogelstrom
1996-06-24local version of isa/lpt.cPer Fogelstrom
1996-06-24com.c -> local ace.c, lpt -> local lpr.cPer Fogelstrom
1996-06-24arc and pica needs special alignmentPer Fogelstrom
1996-06-24kernel is /bsd; GENERIC is not an optionTheo de Raadt
1996-06-24kernel is /bsdTheo de Raadt
1996-06-24kernel is /bsdTheo de Raadt
1996-06-24ufs: sorry, one more pointer in struct inode.Jason Downs
THREADWAY: good example of a really tweaked PeeCee.
1996-06-24Next try. ARC tree import. "New" Mips (spim) ARC compliant systems tree.Per Fogelstrom
This tree will eventually suport viritualy all ARC compliant Mips systems, that is all we can lay our hands on for porting/testing. It will supersede the pica tree which will be removed shortly when this tree is functioning.
1996-06-24ufs changes: add the notion of directory operators.Jason Downs
gnu/ext2fs: add the second extended filesystem. Note that I'm commiting this now for the sake of the ufs changes; ext2fs is not yet fully integrated into the system.
1996-06-23Take out some stuff I don't useThorsten Lockert
1996-06-23Added support for user modifiable kernel at boot (-c) /majaMats O Jansson
1996-06-23Added support for user modifiable kernel at boot (-c) /majaMats O Jansson
1996-06-23Added support for user modifiable kernel at boot (-c) /majaMats O Jansson
1996-06-23Added support for user modifiable kernel at boot (-c) /majaMats O Jansson