summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* space is not allowed between owner and :group.charnier1999-10-081-1/+1
|
* spellingcharnier1999-10-084-10/+10
|
* Fix -Wall warningsn_hibma1999-10-082-3/+4
| | | | Submitted-By: Martin Blapp <mblapp@kassiopeja.lan.attic.ch>
* - Fixed some cases in which mount was segfaulting.n_hibma1999-10-082-20/+24
| | | | | | | | | Original patch from Adrian. Martin added a check for free(). - Included the filesystem type in output of mount PR: bin/13143 Submitted-By: Martin Blapp <mblapp@kassiopeja.lan.attic.ch>
* Fix a panic(8) implementation:phk1999-10-081-5/+17
| | | | | | | hexdump -C < /dev/drum by simply refusing to do I/O from userland. a panic. I'm not sure we even need /dev/drum anymore, it seems to have been broken for a long time thi
* Add a couple of strategic KASSERTsphk1999-10-082-0/+12
|
* Zap cdevsw_add() - the make_dev's take care of it and don't usepeter1999-10-082-20/+0
| | | | the cdevsw[] array.
* Add back sysctl vfs.enable_userblk_iophk1999-10-082-0/+14
|
* Revert the 1.44 -> 1.45 change. It doesn't work as expected.brian1999-10-081-1/+1
|
* perl5 -> perln_hibma1999-10-082-4/+4
| | | | | | (This was breaking world.) Submitted by: Marcel Molenaar, green
* perl5 -> perlgreen1999-10-085-10/+10
| | | | (This was breaking world.)
* Sync with recent changes to the MCA bus code. Resource IVARS wentmdodd1999-10-081-17/+9
| | | | away.
* No longer required, following the move of the driver to /sys/dev/bktrroger1999-10-081-598/+0
|
* Synchronize with i386 rev 1.367marcel1999-10-082-56/+56
|
* Don't include <machine/frame.h>.dfr1999-10-081-2/+0
|
* Fix the breakage of doscmd that was caused by the rebirthmarcel1999-10-083-3/+4
| | | | | | | of sigcontext and the change in mcontext_t. Partial fix submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>`
* Change the SOURCE line to include ${CURDIR}n_hibma1999-10-087-7/+7
| | | | Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
* Move the include of device.h into the NetBSD specific section.n_hibma1999-10-081-1/+1
| | | | Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
* Zap these defucnt files before anyone things about trying to merge them.peter1999-10-083-54/+0
|
* Zap references to 'major' token, it's not used.peter1999-10-083-5/+2
| | | | | Zap references to devices.i386 - it's not used. (neither is devices.pc98 or devices.alpha)
* Fix amr.c line, a '.' had become a '/'.phk1999-10-081-1/+1
|
* Add documentation for the PicoBSD install floppy.dwhite1999-10-082-1/+100
|
* Add a new floppy type, install. This type builds a disk that candwhite1999-10-0847-2/+1635
| | | | | | | slice, partition, newfs, and install FreeBSD from a tarball on a remote server. Handy for doing mass-installs for server farms. Documentation following shortly.
* Reverse order of krb4 and des build so that SRA telnet does notnsayer1999-10-071-1/+1
| | | | overwrite Kerberos Telnet.
* Fix typon_hibma1999-10-071-1/+1
|
* The Makefiles for the modules for the USB device drivers.n_hibma1999-10-078-0/+169
| | | | Finally.
* Make the umodem stub compilen_hibma1999-10-071-1/+1
|
* Remove a debugging printf.n_hibma1999-10-071-2/+0
|
* Add make_dev and remove_dev.n_hibma1999-10-071-0/+7
|
* priorities weren't correct (old version).n_hibma1999-10-071-36/+15
|
* Allow for a telnet in secure/ (SRA telnet).markm1999-10-071-2/+3
| | | | Submitted by: Nick Sayer
* Allow for a telnet in secure/ (SRA telnet).markm1999-10-071-1/+1
|
* Allow for another telnet in secure (SRA telnet).markm1999-10-071-1/+2
| | | | Submitted by: Nick Sayer
* Make telnet with SRA work.markm1999-10-079-3/+87
| | | | Submitted by: Nick Sayer
* Deconfuse release and revisionn_hibma1999-10-071-1/+1
|
* Major synchronisation with the NetBSD USB stack:n_hibma1999-10-0731-3958/+4674
| | | | | | | | | | | - Some cleanup and improvements in the uhci and ohci drivers - Support for plugging and unplugging devices improved - Now available is bulk transport over OHCI controllers - Resume and suspend have been temporarily been disabled again. Proper support for it is available in the uhci.c and ohci.c files but I have not yet spent the brain cycles to use it. - OpenBSD now uses the USB stack as well - Add FreeBSD tags
* Bring in SRA for telnet.markm1999-10-076-8/+10
| | | | Submitted by: Nick Sayer
* remove the use of uhci_reset to wake up the controller aftern_hibma1999-10-072-10/+8
| | | | | | resume/suspend (->resume is broken again, will be fixed properly ASAP) style fixes
* Remove last bits and pieces of NetBSD porting.n_hibma1999-10-071-34/+20
| | | | | | | Remove the use of ukbd_disconnect and replace it with direct calls to disable. Change printf to DPRINTF Remove the use of usbd_lock, change it to splusb()/splx()
* Remove the last bits and pieces left over from porting the drivern_hibma1999-10-071-27/+9
| | | | from NetBSD.
* Add COREGA EtherII PCC-T entry.kuriyama1999-10-072-0/+16
| | | | | Submitted by: KANAZAWA makoto <mako@tcn-catv.ne.jp> PR: conf/12650
* Mdoc cleanup, with a few grammar cleanups on the side.sheldonh1999-10-071-498/+922
| | | | Reviewed by: mpp
* Simplification of the signal trampoline and other cleanups.marcel1999-10-0716-162/+152
| | | | | | | | | | | | | | | o Remove unused defines from genassym.c that were needed by the trampoline. o Add load_gs_param function to support.s that catches a fault when %gs is loaded with an invalid descriptor. The function returns EFAULT in that case. o Remove struct trapframe from mcontext_t and replace it with the list of registers. o Modify sendsig and sigreturn accordingly. This commit contains a patch by bde. Reviewed by: luoqi, jdp
* Put back cn_namelen initialization. Removed by phk in rev 1.2.bp1999-10-072-0/+2
|
* I forgot this one :-(marcel1999-10-071-3/+3
| | | | | | ucontext_t is now actually compatible with struct sigcontext. Discovered by: jdp
* sync with netbsd PR 8534, fix undefined C code.alfred1999-10-071-1/+1
| | | | Pointed out by: David A. Holland
* Don't go from datalink state opening directly to lcp, go viabrian1999-10-071-5/+11
| | | | | | | | | carrier instead so that we can set up our carrier detect timer and eventually notice when we lose carrier. Honour the script.run value when coming out of carrier state. PR: 14145
* Add entries for the 'amrd' and 'mlxd' disk nodes used by the AMI MegaRAIDmsmith1999-10-072-4/+32
| | | | and Myles drivers respectively.
* Connect the 'amr' and 'mlx' drivers. They can be built as modules ormsmith1999-10-075-1/+28
| | | | integrated into a static kernel as the user wishes.
* This is a driver for the AMI MegaRAID family of controllers. It all ofmsmith1999-10-077-0/+2470
| | | | | | | | the AMI PCI controllers using the 8LD firmware interface (40LD firmware will be supported as soon as I have hardware to test with). These controllers are rebadged by Dell as the PERC, as well as by HP and possibly other vendors.
OpenPOWER on IntegriCloud