Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | space is not allowed between owner and :group. | charnier | 1999-10-08 | 1 | -1/+1 |
| | |||||
* | spelling | charnier | 1999-10-08 | 4 | -10/+10 |
| | |||||
* | Fix -Wall warnings | n_hibma | 1999-10-08 | 2 | -3/+4 |
| | | | | Submitted-By: Martin Blapp <mblapp@kassiopeja.lan.attic.ch> | ||||
* | - Fixed some cases in which mount was segfaulting. | n_hibma | 1999-10-08 | 2 | -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: | phk | 1999-10-08 | 1 | -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 KASSERTs | phk | 1999-10-08 | 2 | -0/+12 |
| | |||||
* | Zap cdevsw_add() - the make_dev's take care of it and don't use | peter | 1999-10-08 | 2 | -20/+0 |
| | | | | the cdevsw[] array. | ||||
* | Add back sysctl vfs.enable_userblk_io | phk | 1999-10-08 | 2 | -0/+14 |
| | |||||
* | Revert the 1.44 -> 1.45 change. It doesn't work as expected. | brian | 1999-10-08 | 1 | -1/+1 |
| | |||||
* | perl5 -> perl | n_hibma | 1999-10-08 | 2 | -4/+4 |
| | | | | | | (This was breaking world.) Submitted by: Marcel Molenaar, green | ||||
* | perl5 -> perl | green | 1999-10-08 | 5 | -10/+10 |
| | | | | (This was breaking world.) | ||||
* | Sync with recent changes to the MCA bus code. Resource IVARS went | mdodd | 1999-10-08 | 1 | -17/+9 |
| | | | | away. | ||||
* | No longer required, following the move of the driver to /sys/dev/bktr | roger | 1999-10-08 | 1 | -598/+0 |
| | |||||
* | Synchronize with i386 rev 1.367 | marcel | 1999-10-08 | 2 | -56/+56 |
| | |||||
* | Don't include <machine/frame.h>. | dfr | 1999-10-08 | 1 | -2/+0 |
| | |||||
* | Fix the breakage of doscmd that was caused by the rebirth | marcel | 1999-10-08 | 3 | -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_hibma | 1999-10-08 | 7 | -7/+7 |
| | | | | Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov> | ||||
* | Move the include of device.h into the NetBSD specific section. | n_hibma | 1999-10-08 | 1 | -1/+1 |
| | | | | Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov> | ||||
* | Zap these defucnt files before anyone things about trying to merge them. | peter | 1999-10-08 | 3 | -54/+0 |
| | |||||
* | Zap references to 'major' token, it's not used. | peter | 1999-10-08 | 3 | -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 '/'. | phk | 1999-10-08 | 1 | -1/+1 |
| | |||||
* | Add documentation for the PicoBSD install floppy. | dwhite | 1999-10-08 | 2 | -1/+100 |
| | |||||
* | Add a new floppy type, install. This type builds a disk that can | dwhite | 1999-10-08 | 47 | -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 not | nsayer | 1999-10-07 | 1 | -1/+1 |
| | | | | overwrite Kerberos Telnet. | ||||
* | Fix typo | n_hibma | 1999-10-07 | 1 | -1/+1 |
| | |||||
* | The Makefiles for the modules for the USB device drivers. | n_hibma | 1999-10-07 | 8 | -0/+169 |
| | | | | Finally. | ||||
* | Make the umodem stub compile | n_hibma | 1999-10-07 | 1 | -1/+1 |
| | |||||
* | Remove a debugging printf. | n_hibma | 1999-10-07 | 1 | -2/+0 |
| | |||||
* | Add make_dev and remove_dev. | n_hibma | 1999-10-07 | 1 | -0/+7 |
| | |||||
* | priorities weren't correct (old version). | n_hibma | 1999-10-07 | 1 | -36/+15 |
| | |||||
* | Allow for a telnet in secure/ (SRA telnet). | markm | 1999-10-07 | 1 | -2/+3 |
| | | | | Submitted by: Nick Sayer | ||||
* | Allow for a telnet in secure/ (SRA telnet). | markm | 1999-10-07 | 1 | -1/+1 |
| | |||||
* | Allow for another telnet in secure (SRA telnet). | markm | 1999-10-07 | 1 | -1/+2 |
| | | | | Submitted by: Nick Sayer | ||||
* | Make telnet with SRA work. | markm | 1999-10-07 | 9 | -3/+87 |
| | | | | Submitted by: Nick Sayer | ||||
* | Deconfuse release and revision | n_hibma | 1999-10-07 | 1 | -1/+1 |
| | |||||
* | Major synchronisation with the NetBSD USB stack: | n_hibma | 1999-10-07 | 31 | -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. | markm | 1999-10-07 | 6 | -8/+10 |
| | | | | Submitted by: Nick Sayer | ||||
* | remove the use of uhci_reset to wake up the controller after | n_hibma | 1999-10-07 | 2 | -10/+8 |
| | | | | | | resume/suspend (->resume is broken again, will be fixed properly ASAP) style fixes | ||||
* | Remove last bits and pieces of NetBSD porting. | n_hibma | 1999-10-07 | 1 | -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 driver | n_hibma | 1999-10-07 | 1 | -27/+9 |
| | | | | from NetBSD. | ||||
* | Add COREGA EtherII PCC-T entry. | kuriyama | 1999-10-07 | 2 | -0/+16 |
| | | | | | Submitted by: KANAZAWA makoto <mako@tcn-catv.ne.jp> PR: conf/12650 | ||||
* | Mdoc cleanup, with a few grammar cleanups on the side. | sheldonh | 1999-10-07 | 1 | -498/+922 |
| | | | | Reviewed by: mpp | ||||
* | Simplification of the signal trampoline and other cleanups. | marcel | 1999-10-07 | 16 | -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. | bp | 1999-10-07 | 2 | -0/+2 |
| | |||||
* | I forgot this one :-( | marcel | 1999-10-07 | 1 | -3/+3 |
| | | | | | | ucontext_t is now actually compatible with struct sigcontext. Discovered by: jdp | ||||
* | sync with netbsd PR 8534, fix undefined C code. | alfred | 1999-10-07 | 1 | -1/+1 |
| | | | | Pointed out by: David A. Holland | ||||
* | Don't go from datalink state opening directly to lcp, go via | brian | 1999-10-07 | 1 | -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 MegaRAID | msmith | 1999-10-07 | 2 | -4/+32 |
| | | | | and Myles drivers respectively. | ||||
* | Connect the 'amr' and 'mlx' drivers. They can be built as modules or | msmith | 1999-10-07 | 5 | -1/+28 |
| | | | | integrated into a static kernel as the user wishes. | ||||
* | This is a driver for the AMI MegaRAID family of controllers. It all of | msmith | 1999-10-07 | 7 | -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. |