summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* TFTP_ACK goes to port 69 (default tftp port) and tftpd says 'Timeout'.phk1998-07-311-0/+1
* In sys/scsi/st.c, st_close() does not check for errors from callingphk1998-07-311-3/+4
* Fixed printf format errors.bde1998-07-308-80/+94
* Fixed printf format errors.bde1998-07-302-4/+4
* Use the slice interfaces for SCSI cdroms. This centralizes handlingbde1998-07-301-203/+115
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-309-36/+53
* Sync with sys/i386/isa/fd.c revision 1.120.kato1998-07-302-114/+124
* Change load address to 0xfffffc0000300000 to help support AS200.dfr1998-07-306-9/+9
* Remove spurious printf.dfr1998-07-301-2/+1
* add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)julian1998-07-302-0/+4
* Typo fix: teh --> (the|they)alex1998-07-304-7/+7
* Fixed sign extension bugs awoken by changing speed_t to an unsignedbde1998-07-293-6/+12
* Only access an int for READU/WRITEU since that is what ptrace is declared todfr1998-07-291-2/+2
* Default to FreeBSD if no brand detected. This makes life easier whendfr1998-07-291-5/+12
* Fix msgbuf so that it actually works properly.dfr1998-07-292-22/+3
* Fixed printf format errors.bde1998-07-295-61/+68
* Fixed print format errors.bde1998-07-2911-116/+131
* Fixed printf format errors.bde1998-07-292-18/+22
* Honor NOSHARED for tools. All tools should be built static forbde1998-07-291-5/+9
* Fixed error handling:bde1998-07-295-170/+187
* Centralized and optimized handling of large sectors. Centralizedbde1998-07-294-142/+85
* Use the slice-relative blkno in all parts of the label writebde1998-07-291-3/+3
* update ATM driver. (base version: midway.c 1.67 --> 1.68)kjc1998-07-297-273/+1053
* Make the logging of abnormally exiting processes optional by a sysctl.joerg1998-07-282-8/+15
* pseudo-device ssc requires su.c (pseudo-device su)brian1998-07-281-0/+1
* Set bp->b_resid for failed transfers in dscheck(). This is thebde1998-07-281-1/+2
* Set the disk type to SCSI in the in-core label for the whole disk.bde1998-07-282-2/+4
* Used daddr_t's, not ints, to store disk block numbers. Updated printfbde1998-07-282-18/+22
* Set p->p_switchtime to switchtime instead of to the current time inbde1998-07-283-3/+33
* Micro-optimized and cleaned up the clearing of switchtime in idle().bde1998-07-283-36/+24
* Fixed two spl nesting bugs. They caused (at least) the entire pageoutbde1998-07-281-2/+2
* u_int --> unsigned int, remove (now unneeded) <sys/types.h>jlemon1998-07-282-6/+6
* Record the new physical address of the pcb in pmap_swapin_proc.dfr1998-07-281-11/+18
* I have a PD drive (Matsushita PD/CD Drive LF-1600).phk1998-07-281-2/+2
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesjlemon1998-07-282-2/+8
* Fix an off-by-one error when setting the iomap bits.jlemon1998-07-282-10/+10
* Style fixes and a bug fix: don't remove the exit handler if unmountalex1998-07-272-10/+12
* Fixed double counting of runtime after a process exits. The lastbde1998-07-271-1/+11
* Extend cpl workaround so that it applies when we are returning tojlemon1998-07-271-3/+5
* Re-arrange the page layout used by vm86_bioscall so that we canjlemon1998-07-275-62/+103
* Made lazy syncing of timestamps for special files non-optional.bde1998-07-271-3/+1
* Sync with sys/i386/isa/diskslice_machdep.c revision 1.30.kato1998-07-272-6/+6
* Macros for accessing alpha sparse device ports and memory.dfr1998-07-271-0/+67
* Support the disabled keyword for isa devices.dfr1998-07-271-2/+8
* Only call m_reclaim() if M_WAIT since calling it from an interrupt candg1998-07-271-3/+11
* A better solution to the rm_at_exit problem: Register the exit functionalex1998-07-273-48/+22
* Fix a stupid bug preventing gdb from seeing the right value of 'v0'.dfr1998-07-261-2/+2
* Notify pmap when a page is freed on the alpha to allow it to clean updfr1998-07-262-2/+9
* Fix a stupid bug in the new pmap_remove().dfr1998-07-261-4/+20
* Don't pass the label to diskerr(), since the label is being constructedbde1998-07-252-6/+6
OpenPOWER on IntegriCloud